{
  "id": "vikiWayne_slimy-horse-19",
  "name": "slimy-horse-19",
  "category": "buttons",
  "author": "vikiWayne",
  "description": "slimy-horse-19 组件 (button, animation, interactive)",
  "tags": [
    "button",
    "animation",
    "interactive"
  ],
  "original": {
    "html": "<button class=\"button\">\n    Hover me\n</button>",
    "css": "/* From Uiverse.io by vikiWayne - Tags: button */\n.button {\n  padding: 1em 2em;\n  border: none;\n  border-radius: 5px;\n  font-weight: bold;\n  letter-spacing: 5px;\n  text-transform: uppercase;\n  color: #2c9caf;\n  transition: all 1000ms;\n  font-size: 15px;\n  position: relative;\n  overflow: hidden;\n  outline: 2px solid #2c9caf;\n}\n\nbutton:hover {\n  color: #ffffff;\n  transform: scale(1.1);\n  outline: 2px solid #70bdca;\n  box-shadow: 4px 5px 17px -4px #268391;\n}\n\nbutton::before {\n  content: \"\";\n  position: absolute;\n  left: -50px;\n  top: 0;\n  width: 0;\n  height: 100%;\n  background-color: #2c9caf;\n  transform: skewX(45deg);\n  z-index: -1;\n  transition: width 1000ms;\n}\n\nbutton:hover::before {\n  width: 250%;\n}",
    "file_path": "/mnt/persist/workspace/Buttons/vikiWayne_slimy-horse-19.html"
  },
  "uniapp": {
    "template": "<button class=\"button\"></button>\n    Hover me\n</button>",
    "script": "export default {\n  name: 'GalaxySlimyHorse19',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by vikiWayne - Tags: button */\n.button {\n  padding: 1em 2em;\n  border: none;\n  border-radius: 10rpx;\n  font-weight: bold;\n  letter-spacing: 10rpx;\n  text-transform: uppercase;\n  color: #2c9caf;\n  transition: all 1000ms;\n  font-size: 30rpx;\n  position: relative;\n  overflow: hidden;\n  outline: 4rpx solid #2c9caf;\n}\n\nbutton:hover {\n  color: #ffffff;\n  transform: scale(1.1);\n  outline: 4rpx solid #70bdca;\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 8rpx 10rpx 34rpx -8rpx #268391;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n}\n\nbutton::before {\n  content: \"\";\n  position: absolute;\n  left: -100rpx;\n  top: 0;\n  width: 0;\n  height: 100%;\n  background-color: #2c9caf;\n  transform: skewX(45deg);\n  z-index: -1;\n  transition: width 1000ms;\n}\n\nbutton:hover::before {\n  width: 250%;\n}\n\n",
    "component_name": "GalaxySlimyHorse19"
  },
  "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 属性"
      ],
      "alternatives": []
    },
    "mp-alipay": {
      "supported": true,
      "issues": [
        "不支持 box-shadow 属性"
      ],
      "alternatives": []
    },
    "app-plus": {
      "supported": true,
      "issues": [],
      "alternatives": []
    }
  },
  "performance": {
    "complexity": "medium",
    "bundle_size": 760,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:38.008Z",
  "updated_at": "2025-07-31T07:55:38.008Z"
}