{
  "id": "ShrinilDhorda_wicked-lionfish-83",
  "name": "wicked-lionfish-83",
  "category": "buttons",
  "author": "ShrinilDhorda",
  "description": "wicked-lionfish-83 组件 (button, reflection, animation, gradient, interactive)",
  "tags": [
    "button",
    "reflection",
    "animation",
    "gradient",
    "interactive"
  ],
  "original": {
    "html": "<button class=\"btn\">\n  Watch\n</button>",
    "css": "/* From Uiverse.io by ShrinilDhorda - Tags: button, reflection */\n.btn {\n  font-size: 1.2rem;\n  padding: 1rem 2.5rem;\n  border: none;\n  outline: none;\n  border-radius: 0.4rem;\n  cursor: pointer;\n  text-transform: uppercase;\n  background-color: rgb(14, 14, 26);\n  color: rgb(234, 234, 234);\n  font-weight: 700;\n  transition: 0.6s;\n  box-shadow: 0px 0px 60px #1f4c65;\n  -webkit-box-reflect: below 10px linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.4));\n}\n\n.btn:active {\n  scale: 0.92;\n}\n\n.btn:hover {\n  background: rgb(2,29,78);\n  background: linear-gradient(270deg, rgba(2, 29, 78, 0.681) 0%, rgba(31, 215, 232, 0.873) 60%);\n  color: rgb(4, 4, 38);\n}",
    "file_path": "/mnt/persist/workspace/Buttons/ShrinilDhorda_wicked-lionfish-83.html"
  },
  "uniapp": {
    "template": "<button class=\"btn\"></button>\n  Watch\n</button>",
    "script": "export default {\n  name: 'GalaxyWickedLionfish83',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by ShrinilDhorda - Tags: button, reflection */\n.btn {\n  font-size: 1.2rem;\n  padding: 1rem 2.5rem;\n  border: none;\n  outline: none;\n  border-radius: 0.4rem;\n  /* #ifdef H5 */\n  cursor: pointer;\n  /* #endif */\n  text-transform: uppercase;\n  background-color: rgb(14, 14, 26);\n  color: rgb(234, 234, 234);\n  font-weight: 700;\n  transition: 0.6s;\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0rpx 0rpx 120rpx #1f4c65;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n  -webkit-box-reflect: below 20rpx linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.4));\n}\n\n.btn:active {\n  scale: 0.92;\n}\n\n.btn:hover {\n  background: rgb(2,29,78);\n  background: linear-gradient(270deg, rgba(2, 29, 78, 0.681) 0%, rgba(31, 215, 232, 0.873) 60%);\n  color: rgb(4, 4, 38);\n}\n",
    "component_name": "GalaxyWickedLionfish83"
  },
  "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": [
        "不支持 box-shadow 属性",
        "不支持 cursor 属性"
      ],
      "alternatives": []
    },
    "mp-alipay": {
      "supported": true,
      "issues": [
        "不支持 box-shadow 属性",
        "不支持 cursor 属性"
      ],
      "alternatives": []
    },
    "app-plus": {
      "supported": true,
      "issues": [],
      "alternatives": []
    }
  },
  "performance": {
    "complexity": "medium",
    "bundle_size": 704,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:34.703Z",
  "updated_at": "2025-07-31T07:55:34.703Z"
}