{
  "id": "Progee45_nice-bobcat-8",
  "name": "nice-bobcat-8",
  "category": "buttons",
  "author": "Progee45",
  "description": "nice-bobcat-8 组件 (button, animated, animation, interactive)",
  "tags": [
    "button",
    "animated",
    "animation",
    "interactive"
  ],
  "original": {
    "html": "<button class=\"fancy-button\">Click Me!</button>",
    "css": "/* From Uiverse.io by Progee45 - Tags: button, animated */\n.fancy-button {\n  display: inline-block;\n  padding: 10px 20px;\n  border: none;\n  background-color: #ff4081;\n  color: #fff;\n  font-size: 18px;\n  font-weight: bold;\n  text-transform: uppercase;\n  letter-spacing: 2px;\n  border-radius: 5px;\n  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);\n  position: relative;\n  overflow: hidden;\n  transition: transform 0.3s ease-in-out;\n  cursor: pointer;\n}\n\n.fancy-button:before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: -100%;\n  width: 100%;\n  height: 100%;\n  background-color: rgba(255, 255, 255, 0.2);\n  transform: skewX(-30deg);\n  transition: left 0.3s ease-in-out;\n}\n\n.fancy-button:hover {\n  transform: scale(1.1);\n}\n\n.fancy-button:hover:before {\n  left: 100%;\n}",
    "file_path": "/mnt/persist/workspace/Buttons/Progee45_nice-bobcat-8.html"
  },
  "uniapp": {
    "template": "<button class=\"fancy-button\"></button>Click Me!</button>",
    "script": "export default {\n  name: 'GalaxyNiceBobcat8',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by Progee45 - Tags: button, animated */\n.fancy-button {\n  display: inline-block;\n  padding: 20rpx 40rpx;\n  border: none;\n  background-color: #ff4081;\n  color: #fff;\n  font-size: 36rpx;\n  font-weight: bold;\n  text-transform: uppercase;\n  letter-spacing: 4rpx;\n  border-radius: 10rpx;\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0 8rpx 16rpx rgba(0, 0, 0, 0.2);\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n  position: relative;\n  overflow: hidden;\n  transition: transform 0.3s ease-in-out;\n  /* #ifdef H5 */\n  cursor: pointer;\n  /* #endif */\n}\n\n.fancy-button:before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: -100%;\n  width: 100%;\n  height: 100%;\n  background-color: rgba(255, 255, 255, 0.2);\n  transform: skewX(-30deg);\n  transition: left 0.3s ease-in-out;\n}\n\n.fancy-button:hover {\n  transform: scale(1.1);\n}\n\n.fancy-button:hover:before {\n  left: 100%;\n}\n",
    "component_name": "GalaxyNiceBobcat8"
  },
  "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": 822,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:34.380Z",
  "updated_at": "2025-07-31T07:55:34.380Z"
}