{
  "id": "aboalsim114_smooth-moose-22",
  "name": "smooth-moose-22",
  "category": "buttons",
  "author": "aboalsim114",
  "description": "smooth-moose-22 组件 (button, animation, interactive)",
  "tags": [
    "button",
    "animation",
    "interactive"
  ],
  "original": {
    "html": "<button>\nHover me\n</button>",
    "css": "/* From Uiverse.io by aboalsim114 - Tags: button */\nbutton {\n  padding: 0.8em 1.8em;\n  border: 2px solid #fff;\n  position: relative;\n  overflow: hidden;\n  background-color: #fff;\n  text-align: center;\n  text-transform: uppercase;\n  font-size: 18px;\n  transition: .3s;\n  z-index: 1;\n  font-family: inherit;\n  color: #000;\n  border-radius: 30px;\n  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;\n}\n\nbutton::after {\n  content: \"\";\n  width: 0;\n  height: 100%;\n  position: absolute;\n  top: 0;\n  right: 0;\n  background-color: red;\n  text-align: center;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: all 800ms ease-in-out;\n  z-index: -1;\n  opacity: 80%;\n}\n\nbutton::before {\n  content: \"\";\n  width: 0;\n  height: 100%;\n  position: absolute;\n  left: 0;\n  top: 0;\n  background-color: blue;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: all 800ms ease-in-out;\n  z-index: -1;\n  opacity: 60%;\n}\n\nbutton:hover::after {\n  width: 37.5%;\n}\n\nbutton:hover::before {\n  width: 37.5%;\n}",
    "file_path": "/mnt/persist/workspace/Buttons/aboalsim114_smooth-moose-22.html"
  },
  "uniapp": {
    "template": "<button></button>\nHover me\n</button>",
    "script": "export default {\n  name: 'GalaxySmoothMoose22',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by aboalsim114 - Tags: button */\nbutton {\n  padding: 0.8em 1.8em;\n  border: 4rpx solid #fff;\n  position: relative;\n  overflow: hidden;\n  background-color: #fff;\n  text-align: center;\n  text-transform: uppercase;\n  font-size: 36rpx;\n  transition: .3s;\n  z-index: 1;\n  font-family: inherit;\n  color: #000;\n  border-radius: 60rpx;\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: rgba(50, 50, 93, 0.25) 0rpx 100rpx 200rpx -40rpx, rgba(0, 0, 0, 0.3) 0rpx 60rpx 120rpx -60rpx, rgba(10, 37, 64, 0.35) 0rpx -4rpx 12rpx 0rpx inset;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n}\n\nbutton::after {\n  content: \"\";\n  width: 0;\n  height: 100%;\n  position: absolute;\n  top: 0;\n  right: 0;\n  background-color: red;\n  text-align: center;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: all 800ms ease-in-out;\n  z-index: -1;\n  opacity: 80%;\n}\n\nbutton::before {\n  content: \"\";\n  width: 0;\n  height: 100%;\n  position: absolute;\n  left: 0;\n  top: 0;\n  background-color: blue;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: all 800ms ease-in-out;\n  z-index: -1;\n  opacity: 60%;\n}\n\nbutton:hover::after {\n  width: 37.5%;\n}\n\nbutton:hover::before {\n  width: 37.5%;\n}\n",
    "component_name": "GalaxySmoothMoose22"
  },
  "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": 1160,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:35.387Z",
  "updated_at": "2025-07-31T07:55:35.387Z"
}