{
  "id": "n-jaisabai_lovely-bullfrog-53",
  "name": "lovely-bullfrog-53",
  "category": "buttons",
  "author": "n-jaisabai",
  "description": "lovely-bullfrog-53 组件 (button, animation, gradient, interactive)",
  "tags": [
    "button",
    "animation",
    "gradient",
    "interactive"
  ],
  "original": {
    "html": "<div class=\"button\">EXPLORE GALAXY</div>",
    "css": "/* From Uiverse.io by n-jaisabai - Tags: button */\n.button {\n  background: radial-gradient(ellipse at top, white, blue, black, black);\n  color: white;\n  position: relative;\n  background-size: 130% 130%;\n  background-position: center center;\n  padding: 15px 30px;\n}\n\n.button:hover {\n  background: radial-gradient(ellipse at top, white, blue, black, black);\n  animation: gradient 4s;\n  animation-fill-mode: forwards;\n  /* background-position: center center; */\n}\n\n.button:hover:after {\n  content: \"\";\n  position: absolute;\n  inset: -.625em;\n  background: radial-gradient(ellipse at top, white, blue, black, black);\n  /* background-position: center center; */\n  filter: blur(1.5em);\n  z-index: -1;\n  animation: gradient 4s;\n  animation-fill-mode: forwards;\n}\n\n@keyframes gradient {\n  0% {\n    background-size: 130% 130%;\n  }\n\n  100% {\n    background-size: 200% 200%;\n  }\n}",
    "file_path": "/mnt/persist/workspace/Buttons/n-jaisabai_lovely-bullfrog-53.html"
  },
  "uniapp": {
    "template": "<view class=\"button\">EXPLORE GALAXY</view>",
    "script": "export default {\n  name: 'GalaxyLovelyBullfrog53',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by n-jaisabai - Tags: button */\n.button {\n  background: radial-gradient(ellipse at top, white, blue, black, black);\n  color: white;\n  position: relative;\n  background-size: 130% 130%;\n  background-position: center center;\n  padding: 30rpx 60rpx;\n}\n\n.button:hover {\n  background: radial-gradient(ellipse at top, white, blue, black, black);\n  animation: gradient 4s;\n  animation-fill-mode: forwards;\n  /* background-position: center center; */\n}\n\n.button:hover:after {\n  content: \"\";\n  position: absolute;\n  inset: -.625em;\n  background: radial-gradient(ellipse at top, white, blue, black, black);\n  /* background-position: center center; */\n  \n  z-index: -1;\n  animation: gradient 4s;\n  animation-fill-mode: forwards;\n}\n\n@keyframes gradient {\n  0% {\n    background-size: 130% 130%;\n  }\n\n  100% {\n    background-size: 200% 200%;\n  }\n}\n\n",
    "component_name": "GalaxyLovelyBullfrog53"
  },
  "platforms": {
    "h5": true,
    "mp-weixin": true,
    "mp-alipay": true,
    "mp-baidu": true,
    "mp-toutiao": true,
    "app-plus": true
  },
  "props": [
    {
      "name": "disabled",
      "type": "Boolean",
      "default": false,
      "required": false,
      "description": "是否禁用"
    },
    {
      "name": "text",
      "type": "String",
      "default": "按钮",
      "required": false,
      "description": "按钮文字"
    },
    {
      "name": "type",
      "type": "String",
      "default": "primary",
      "required": false,
      "description": "按钮类型"
    }
  ],
  "events": [
    {
      "name": "click",
      "description": "点击事件",
      "parameters": [
        "event"
      ]
    }
  ],
  "slots": [
    {
      "name": "",
      "description": "",
      "props": []
    }
  ],
  "compatibility": {
    "h5": {
      "supported": true,
      "issues": [],
      "alternatives": []
    },
    "mp-weixin": {
      "supported": true,
      "issues": [
        "不支持 filter 属性"
      ],
      "alternatives": []
    },
    "mp-alipay": {
      "supported": true,
      "issues": [
        "不支持 filter 属性"
      ],
      "alternatives": []
    },
    "app-plus": {
      "supported": true,
      "issues": [],
      "alternatives": []
    }
  },
  "performance": {
    "complexity": "medium",
    "bundle_size": 914,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:37.417Z",
  "updated_at": "2025-07-31T07:55:37.417Z"
}