{
  "id": "KhaledMatalkah_old-emu-32",
  "name": "old-emu-32",
  "category": "buttons",
  "author": "KhaledMatalkah",
  "description": "old-emu-32 组件 (button, hover, animation, gradient, interactive)",
  "tags": [
    "button",
    "hover",
    "animation",
    "gradient",
    "interactive"
  ],
  "original": {
    "html": "<button class=\"button\">\n  Button\n</button>",
    "css": "/* From Uiverse.io by KhaledMatalkah - Tags: button, hover */\n.button {\n  background: transparent;\n  color: #fff;\n  padding: 10px 20px;\n  font-size: 18px;\n  border-radius: 5px;\n  cursor: pointer;\n  border: 2px solid rgba(255, 255, 255, 0.5);\n  backdrop-filter: blur(5px);\n  transition: background-color 0.3s ease-in-out;\n  position: relative;\n  overflow: hidden;\n}\n\n.button:before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  background: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);\n  transform: translateX(-100%);\n  transition: transform 0.3s ease-in-out;\n  pointer-events: none;\n}\n\n.button:hover {\n  background-color: rgba(255, 255, 255, 0.2);\n}\n\n.button:hover:before {\n  transform: translateX(0);\n}",
    "file_path": "/mnt/persist/workspace/Buttons/KhaledMatalkah_old-emu-32.html"
  },
  "uniapp": {
    "template": "<button class=\"button\"></button>\n  Button\n</button>",
    "script": "export default {\n  name: 'GalaxyOldEmu32',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by KhaledMatalkah - Tags: button, hover */\n.button {\n  background: transparent;\n  color: #fff;\n  padding: 20rpx 40rpx;\n  font-size: 36rpx;\n  border-radius: 10rpx;\n  /* #ifdef H5 */\n  cursor: pointer;\n  /* #endif */\n  border: 4rpx solid rgba(255, 255, 255, 0.5);\n  backdrop-\n  transition: background-color 0.3s ease-in-out;\n  position: relative;\n  overflow: hidden;\n}\n\n.button:before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  background: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);\n  transform: translateX(-100%);\n  transition: transform 0.3s ease-in-out;\n  pointer-events: none;\n}\n\n.button:hover {\n  background-color: rgba(255, 255, 255, 0.2);\n}\n\n.button:hover:before {\n  transform: translateX(0);\n}\n\n",
    "component_name": "GalaxyOldEmu32"
  },
  "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": [
        "不支持 filter 属性",
        "不支持 backdrop-filter 属性",
        "不支持 cursor 属性"
      ],
      "alternatives": []
    },
    "mp-alipay": {
      "supported": true,
      "issues": [
        "不支持 filter 属性",
        "不支持 backdrop-filter 属性",
        "不支持 cursor 属性"
      ],
      "alternatives": []
    },
    "app-plus": {
      "supported": true,
      "issues": [],
      "alternatives": []
    }
  },
  "performance": {
    "complexity": "medium",
    "bundle_size": 833,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:33.721Z",
  "updated_at": "2025-07-31T07:55:33.721Z"
}