{
  "id": "gharsh11032000_friendly-turkey-54",
  "name": "friendly-turkey-54",
  "category": "buttons",
  "author": "gharsh11032000",
  "description": "friendly-turkey-54 组件 (gradient, button, animation, interactive)",
  "tags": [
    "gradient",
    "button",
    "animation",
    "interactive"
  ],
  "original": {
    "html": "<button class=\"button\"></button>",
    "css": "/* From Uiverse.io by gharsh11032000 - Tags: gradient, button */\n.button {\n  position: relative;\n  background-color: transparent;\n  color: #e8e8e8;\n  font-size: 17px;\n  font-weight: 600;\n  border-radius: 10px;\n  width: 150px;\n  height: 60px;\n  border: none;\n  text-transform: uppercase;\n  cursor: pointer;\n  overflow: hidden;\n  box-shadow: 0 10px 20px rgba(51, 51, 51, 0.2);\n  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);\n}\n\n.button::before {\n  content: \"Hello!\";\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 100%;\n  height: 100%;\n  pointer-events: none;\n  background: linear-gradient(135deg,#7b4397,#dc2430 );\n  transform: translate(0%,90%);\n  z-index: 99;\n  position: relative;\n  transform-origin: bottom;\n  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);\n}\n\n.button::after {\n  content: \"Hover me\";\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  background-color: #333;\n  width: 100%;\n  height: 100%;\n  pointer-events: none;\n  transform-origin: top;\n  transform: translate(0%,-100%);\n  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);\n}\n\n.button:hover::before {\n  transform: translate(0%,0%);\n}\n\n.button:hover::after {\n  transform: translate(0%,-200%);\n}\n\n.button:focus {\n  outline: none;\n}\n\n.button:active {\n  scale: 0.95;\n}",
    "file_path": "/mnt/persist/workspace/Buttons/gharsh11032000_friendly-turkey-54.html"
  },
  "uniapp": {
    "template": "<button class=\"button\"></button></button>",
    "script": "export default {\n  name: 'GalaxyFriendlyTurkey54',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by gharsh11032000 - Tags: gradient, button */\n.button {\n  position: relative;\n  background-color: transparent;\n  color: #e8e8e8;\n  font-size: 34rpx;\n  font-weight: 600;\n  border-radius: 20rpx;\n  width: 300rpx;\n  height: 120rpx;\n  border: none;\n  text-transform: uppercase;\n  /* #ifdef H5 */\n  cursor: pointer;\n  /* #endif */\n  overflow: hidden;\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0 20rpx 40rpx rgba(51, 51, 51, 0.2);\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);\n}\n\n.button::before {\n  content: \"Hello!\";\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 100%;\n  height: 100%;\n  pointer-events: none;\n  background: linear-gradient(135deg,#7b4397,#dc2430 );\n  transform: translate(0%,90%);\n  z-index: 99;\n  position: relative;\n  transform-origin: bottom;\n  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);\n}\n\n.button::after {\n  content: \"Hover me\";\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  background-color: #333;\n  width: 100%;\n  height: 100%;\n  pointer-events: none;\n  transform-origin: top;\n  transform: translate(0%,-100%);\n  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);\n}\n\n.button:hover::before {\n  transform: translate(0%,0%);\n}\n\n.button:hover::after {\n  transform: translate(0%,-200%);\n}\n\n.button:focus {\n  outline: none;\n}\n\n.button:active {\n  scale: 0.95;\n}\n\n\n\n",
    "component_name": "GalaxyFriendlyTurkey54"
  },
  "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": 1339,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:36.830Z",
  "updated_at": "2025-07-31T07:55:36.830Z"
}