{
  "id": "andrew-demchenk0_unlucky-vampirebat-84",
  "name": "unlucky-vampirebat-84",
  "category": "buttons",
  "author": "andrew-demchenk0",
  "description": "unlucky-vampirebat-84 组件 (button, animation, gradient, interactive)",
  "tags": [
    "button",
    "animation",
    "gradient",
    "interactive"
  ],
  "original": {
    "html": "<button>\n  Button\n</button>",
    "css": "/* From Uiverse.io by andrew-demchenk0 - Tags: button */\nbutton {\n  font-weight: 700;\n  font-size: 17px;\n  width: 200px;\n  height: 60px;\n  border: none;\n  color: white;\n  background-image: linear-gradient(\n    to top left,\n    hsl(49.04, 100%, 57.06%) 0%,\n    hsl(49.04, 100%, 57.06%) 20%,\n    hsl(58.89, 45.92%, 53.77%) 20%,\n    hsl(58.89, 45.92%, 53.77%) 40%,\n    hsl(124.17, 16.44%, 57.06%) 40%,\n    hsl(124.17, 16.44%, 57.06%) 60%,\n    hsl(200.79, 47.04%, 47.21%) 60%,\n    hsl(200.79, 47.04%, 47.21%) 80%,\n    hsl(210, 100%, 43.92%) 80%,\n    hsl(210, 100%, 43.92%) 100%\n  );\n  transition: 1s all;\n  box-shadow: 0 1px 15px 0 #797f7b;\n}\n\nbutton:hover {\n  transform: scale(1.1);\n  box-shadow: -2px 2px 10px #616562,\n             2px -2px 10px #717774;\n}",
    "file_path": "/mnt/persist/workspace/Buttons/andrew-demchenk0_unlucky-vampirebat-84.html"
  },
  "uniapp": {
    "template": "<button></button>\n  Button\n</button>",
    "script": "export default {\n  name: 'GalaxyUnluckyVampirebat84',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by andrew-demchenk0 - Tags: button */\nbutton {\n  font-weight: 700;\n  font-size: 34rpx;\n  width: 400rpx;\n  height: 120rpx;\n  border: none;\n  color: white;\n  background-image: linear-gradient(\n    to top left,\n    hsl(49.04, 100%, 57.06%) 0%,\n    hsl(49.04, 100%, 57.06%) 20%,\n    hsl(58.89, 45.92%, 53.77%) 20%,\n    hsl(58.89, 45.92%, 53.77%) 40%,\n    hsl(124.17, 16.44%, 57.06%) 40%,\n    hsl(124.17, 16.44%, 57.06%) 60%,\n    hsl(200.79, 47.04%, 47.21%) 60%,\n    hsl(200.79, 47.04%, 47.21%) 80%,\n    hsl(210, 100%, 43.92%) 80%,\n    hsl(210, 100%, 43.92%) 100%\n  );\n  transition: 1s all;\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0 2rpx 30rpx 0 #797f7b;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n}\n\nbutton:hover {\n  transform: scale(1.1);\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: -4rpx 4rpx 20rpx #616562,\n             4rpx -4rpx 20rpx #717774;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n}\n",
    "component_name": "GalaxyUnluckyVampirebat84"
  },
  "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 属性"
      ],
      "alternatives": []
    },
    "mp-alipay": {
      "supported": true,
      "issues": [
        "不支持 box-shadow 属性"
      ],
      "alternatives": []
    },
    "app-plus": {
      "supported": true,
      "issues": [],
      "alternatives": []
    }
  },
  "performance": {
    "complexity": "medium",
    "bundle_size": 785,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:35.732Z",
  "updated_at": "2025-07-31T07:55:35.732Z"
}