{
  "id": "mouadh-n_dry-vampirebat-89",
  "name": "dry-vampirebat-89",
  "category": "buttons",
  "author": "mouadh-n",
  "description": "dry-vampirebat-89 组件 (simple, blue, purple, button, hover, btn, hover effect, css, animation, gradient, interactive)",
  "tags": [
    "simple",
    "blue",
    "purple",
    "button",
    "hover",
    "btn",
    "hover effect",
    "css",
    "animation",
    "gradient",
    "interactive"
  ],
  "original": {
    "html": "<a>\n  <div class=\"buuton\">HOVER ME</div>\n  <div class=\"back\"></div>\n</a>",
    "css": "/* From Uiverse.io by mouadh-n  - Website: https://youtu.be/b_8fHNIHFk4?si=L-0kb3bKz6VlasUc - Name:  Coding Play - Tags: simple, blue, purple, button, hover, btn, hover effect, css */\na {\n  color: white;\n  position: relative;\n}\n.buuton {\n  font-weight: 600;\n  border-radius: 2em;\n  padding: 0.75rem 1.5rem;\n  background-color: rgba(255, 255, 255, 0.253);\n  backdrop-filter: blur(10px);\n  transform: scale(1.1);\n  transition: 0.2s ease-in-out;\n}\n.back {\n  position: absolute;\n  background: linear-gradient(20deg, rgb(174, 6, 216) 0%, rgb(85, 31, 200));\n  top: 0;\n  bottom: 0;\n  left: 0;\n  right: 0;\n  z-index: -1;\n  border-radius: 2em;\n  box-shadow: -5px 0 10px rgb(140, 12, 147), 5px 0 10px rgb(85, 31, 200);\n  transform: translateY(10px);\n}\n.buuton:hover {\n  transform: translateY(10px);\n  box-shadow: -10px 0 50px rgba(241, 0, 108, 0.352),\n    10px 0 50px rgb(85, 31, 200);\n}",
    "file_path": "/mnt/persist/workspace/Buttons/mouadh-n_dry-vampirebat-89.html"
  },
  "uniapp": {
    "template": "<navigator></navigator>\n  <view class=\"buuton\">HOVER ME</view>\n  <view class=\"back\"></view>\n</a>",
    "script": "export default {\n  name: 'GalaxyDryVampirebat89',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by mouadh-n  - Website: https://youtu.be/b_8fHNIHFk4?si=L-0kb3bKz6VlasUc - Name:  Coding Play - Tags: simple, blue, purple, button, hover, btn, hover effect, css */\na {\n  color: white;\n  position: relative;\n}\n.buuton {\n  font-weight: 600;\n  border-radius: 2em;\n  padding: 0.75rem 1.5rem;\n  background-color: rgba(255, 255, 255, 0.253);\n  backdrop-\n  transform: scale(1.1);\n  transition: 0.2s ease-in-out;\n}\n.back {\n  position: absolute;\n  background: linear-gradient(20deg, rgb(174, 6, 216) 0%, rgb(85, 31, 200));\n  top: 0;\n  bottom: 0;\n  left: 0;\n  right: 0;\n  z-index: -1;\n  border-radius: 2em;\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: -10rpx 0 20rpx rgb(140, 12, 147), 10rpx 0 20rpx rgb(85, 31, 200);\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n  transform: translateY(20rpx);\n}\n.buuton:hover {\n  transform: translateY(20rpx);\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: -20rpx 0 100rpx rgba(241, 0, 108, 0.352),\n    20rpx 0 100rpx rgb(85, 31, 200);\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n}\n\n",
    "component_name": "GalaxyDryVampirebat89"
  },
  "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 属性",
        "不支持 filter 属性",
        "不支持 backdrop-filter 属性"
      ],
      "alternatives": []
    },
    "mp-alipay": {
      "supported": true,
      "issues": [
        "不支持 box-shadow 属性",
        "不支持 filter 属性",
        "不支持 backdrop-filter 属性"
      ],
      "alternatives": []
    },
    "app-plus": {
      "supported": true,
      "issues": [],
      "alternatives": []
    }
  },
  "performance": {
    "complexity": "medium",
    "bundle_size": 959,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:37.312Z",
  "updated_at": "2025-07-31T07:55:37.312Z"
}