{
  "id": "KhaledMatalkah_cuddly-zebra-19",
  "name": "cuddly-zebra-19",
  "category": "buttons",
  "author": "KhaledMatalkah",
  "description": "cuddly-zebra-19 组件 (button, hover, transition, interactive)",
  "tags": [
    "button",
    "hover",
    "transition",
    "interactive"
  ],
  "original": {
    "html": "<button class=\"button\">\n  Hover Me!\n</button>",
    "css": "/* From Uiverse.io by KhaledMatalkah - Tags: button, hover, transition */\n.button {\n  display: inline-block;\n  padding: 15px 32px;\n  font-size: 17px;\n  font-weight: bold;\n  color: rgb(0, 0, 0);\n  background: transparent;\n  border-radius: 50px;\n  text-align: center;\n  text-decoration: none;\n  cursor: pointer;\n  position: relative;\n  border: none;\n  z-index: 1;\n}\n\n.button {\n  overflow: hidden;\n}\n\n.button:before {\n  content: \"\";\n  position: absolute;\n  top: 50%;\n  left: -100%;\n  width: 100%;\n  height: 100%;\n  background-color: rgb(255, 255, 255);\n  transition: left 0.8s ease-in-out;\n  z-index: -1;\n}\n\n.button:hover:before {\n  left: 0%;\n}\n\n.button:after {\n  content: \"\";\n  position: absolute;\n  bottom: 50%;\n  right: -100%;\n  width: 100%;\n  height: 100%;\n  background-color: rgb(255, 255, 255);\n  transition: right 0.8s ease-in-out;\n  z-index: -1;\n}\n\n.button:hover:after {\n  right: 0%;\n}",
    "file_path": "/mnt/persist/workspace/Buttons/KhaledMatalkah_cuddly-zebra-19.html"
  },
  "uniapp": {
    "template": "<button class=\"button\"></button>\n  Hover Me!\n</button>",
    "script": "export default {\n  name: 'GalaxyCuddlyZebra19',\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, transition */\n.button {\n  display: inline-block;\n  padding: 30rpx 64rpx;\n  font-size: 34rpx;\n  font-weight: bold;\n  color: rgb(0, 0, 0);\n  background: transparent;\n  border-radius: 100rpx;\n  text-align: center;\n  text-decoration: none;\n  /* #ifdef H5 */\n  cursor: pointer;\n  /* #endif */\n  position: relative;\n  border: none;\n  z-index: 1;\n}\n\n.button {\n  overflow: hidden;\n}\n\n.button:before {\n  content: \"\";\n  position: absolute;\n  top: 50%;\n  left: -100%;\n  width: 100%;\n  height: 100%;\n  background-color: rgb(255, 255, 255);\n  transition: left 0.8s ease-in-out;\n  z-index: -1;\n}\n\n.button:hover:before {\n  left: 0%;\n}\n\n.button:after {\n  content: \"\";\n  position: absolute;\n  bottom: 50%;\n  right: -100%;\n  width: 100%;\n  height: 100%;\n  background-color: rgb(255, 255, 255);\n  transition: right 0.8s ease-in-out;\n  z-index: -1;\n}\n\n.button:hover:after {\n  right: 0%;\n}\n",
    "component_name": "GalaxyCuddlyZebra19"
  },
  "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": "low",
    "bundle_size": 939,
    "render_cost": "low",
    "memory_usage": "low"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:33.690Z",
  "updated_at": "2025-07-31T07:55:33.690Z"
}