{
  "id": "Progee45_lucky-turkey-67",
  "name": "lucky-turkey-67",
  "category": "buttons",
  "author": "Progee45",
  "description": "lucky-turkey-67 组件 (orange, button, animated, hover effect, fancy, animation, interactive)",
  "tags": [
    "orange",
    "button",
    "animated",
    "hover effect",
    "fancy",
    "animation",
    "interactive"
  ],
  "original": {
    "html": "<button class=\"custom-button\">Click me</button>",
    "css": "/* From Uiverse.io by Progee45 - Tags: orange, button, animated, hover effect, fancy */\n.custom-button {\n  position: relative;\n  display: inline-block;\n  padding: 12px 24px;\n  font-size: 18px;\n  color: #fff;\n  background-color: #ff8c00;\n  border: none;\n  border-radius: 50px;\n  cursor: pointer;\n  overflow: hidden;\n  z-index: 1;\n}\n\n.custom-button::before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 120%;\n  height: 120%;\n  background-color: rgba(255, 255, 255, 0.3);\n  opacity: 0;\n  transition: all 0.5s ease-in-out;\n  transform: rotate(-45deg) translate(-50%, -50%);\n  z-index: -1;\n}\n\n.custom-button:hover::before {\n  opacity: 1;\n  transform: rotate(-45deg) translate(-50%, -50%) scale(1.2);\n}\n\n.custom-button span {\n  position: relative;\n  z-index: 2;\n}\n\n.custom-button:hover {\n  background-color: #ff5722;\n}",
    "file_path": "/mnt/persist/workspace/Buttons/Progee45_lucky-turkey-67.html"
  },
  "uniapp": {
    "template": "<button class=\"custom-button\"></button>Click me</button>",
    "script": "export default {\n  name: 'GalaxyLuckyTurkey67',\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: orange, button, animated, hover effect, fancy */\n.custom-button {\n  position: relative;\n  display: inline-block;\n  padding: 24rpx 48rpx;\n  font-size: 36rpx;\n  color: #fff;\n  background-color: #ff8c00;\n  border: none;\n  border-radius: 100rpx;\n  /* #ifdef H5 */\n  cursor: pointer;\n  /* #endif */\n  overflow: hidden;\n  z-index: 1;\n}\n\n.custom-button::before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 120%;\n  height: 120%;\n  background-color: rgba(255, 255, 255, 0.3);\n  opacity: 0;\n  transition: all 0.5s ease-in-out;\n  transform: rotate(-45deg) translate(-50%, -50%);\n  z-index: -1;\n}\n\n.custom-button:hover::before {\n  opacity: 1;\n  transform: rotate(-45deg) translate(-50%, -50%) scale(1.2);\n}\n\n.custom-button span {\n  position: relative;\n  z-index: 2;\n}\n\n.custom-button:hover {\n  background-color: #ff5722;\n}\n\n",
    "component_name": "GalaxyLuckyTurkey67"
  },
  "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": [
        "不支持 cursor 属性"
      ],
      "alternatives": []
    },
    "mp-alipay": {
      "supported": true,
      "issues": [
        "不支持 cursor 属性"
      ],
      "alternatives": []
    },
    "app-plus": {
      "supported": true,
      "issues": [],
      "alternatives": []
    }
  },
  "performance": {
    "complexity": "medium",
    "bundle_size": 888,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:34.376Z",
  "updated_at": "2025-07-31T07:55:34.376Z"
}