{
  "id": "PriyanshuGupta28_strong-warthog-30",
  "name": "strong-warthog-30",
  "category": "buttons",
  "author": "PriyanshuGupta28",
  "description": "strong-warthog-30 组件 (button, animation, interactive)",
  "tags": [
    "button",
    "animation",
    "interactive"
  ],
  "original": {
    "html": "<button class=\"btn\">Click Me</button>",
    "css": "/* From Uiverse.io by PriyanshuGupta28 - Tags: button */\n.btn {\n  display: inline-block;\n  padding: 10px 20px;\n  border: 2px solid #4a5568;\n  background-color: #4a5568;\n  color: #fff;\n  font-size: 20px;\n  font-weight: bold;\n  text-transform: uppercase;\n  letter-spacing: 0.1em;\n  cursor: pointer;\n  position: relative;\n  overflow: hidden;\n  transition: all 0.3s ease-in-out;\n}\n\n.btn::before {\n  content: '';\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  width: 0;\n  height: 0;\n  background-color: #fff;\n  opacity: 0.2;\n  border-radius: 50%;\n  transform: translate(-50%, -50%);\n  transition: all 0.3s ease-in-out;\n}\n\n.btn:hover {\n  background-color: #fff;\n  color: #4a5568;\n  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;\n}\n\n.btn:hover::before {\n  width: 200%;\n  height: 200%;\n}",
    "file_path": "/mnt/persist/workspace/Buttons/PriyanshuGupta28_strong-warthog-30.html"
  },
  "uniapp": {
    "template": "<button class=\"btn\"></button>Click Me</button>",
    "script": "export default {\n  name: 'GalaxyStrongWarthog30',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by PriyanshuGupta28 - Tags: button */\n.btn {\n  display: inline-block;\n  padding: 20rpx 40rpx;\n  border: 4rpx solid #4a5568;\n  background-color: #4a5568;\n  color: #fff;\n  font-size: 40rpx;\n  font-weight: bold;\n  text-transform: uppercase;\n  letter-spacing: 0.1em;\n  /* #ifdef H5 */\n  cursor: pointer;\n  /* #endif */\n  position: relative;\n  overflow: hidden;\n  transition: all 0.3s ease-in-out;\n}\n\n.btn::before {\n  content: '';\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  width: 0;\n  height: 0;\n  background-color: #fff;\n  opacity: 0.2;\n  border-radius: 50%;\n  transform: translate(-50%, -50%);\n  transition: all 0.3s ease-in-out;\n}\n\n.btn:hover {\n  background-color: #fff;\n  color: #4a5568;\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: rgba(50, 50, 93, 0.25) 0rpx 26rpx 54rpx -10rpx, rgba(0, 0, 0, 0.3) 0rpx 16rpx 32rpx -16rpx;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n}\n\n.btn:hover::before {\n  width: 200%;\n  height: 200%;\n}\n\n",
    "component_name": "GalaxyStrongWarthog30"
  },
  "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": 870,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:34.362Z",
  "updated_at": "2025-07-31T07:55:34.362Z"
}