{
  "id": "amerfad_fast-moose-81",
  "name": "fast-moose-81",
  "category": "buttons",
  "author": "amerfad",
  "description": "fast-moose-81 组件 (button, animation, interactive)",
  "tags": [
    "button",
    "animation",
    "interactive"
  ],
  "original": {
    "html": "<button class=\"animated-button\">Button</button>",
    "css": "/* From Uiverse.io by amerfad - Tags: button */\n.animated-button {\n  background-color: #ff6b6b;\n  border: none;\n  color: #ffffff;\n  padding: 15px 32px;\n  text-align: center;\n  text-decoration: none;\n  display: inline-block;\n  font-size: 22px;\n  margin: 4px 2px;\n  cursor: pointer;\n  font-family: 'Montserrat', sans-serif;\n  letter-spacing: 2px;\n  border-radius: 50px;\n  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);\n  overflow: hidden;\n  position: relative;\n  transition: all 0.3s ease;\n}\n\n.animated-button:after {\n  content: \"\";\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  width: 0;\n  height: 0;\n  background-color: rgba(255, 255, 255, 0.3);\n  border-radius: 50%;\n  opacity: 0;\n  transform: translate(-50%, -50%);\n  transition: all 0.5s ease;\n}\n\n.animated-button:hover:after {\n  width: 210px;\n  height: 200px;\n  opacity: 1;\n}\n\n.animated-button:focus {\n  outline: none;\n}\n\n.animated-button:active {\n  transform: translateY(2px);\n  box-shadow: none;\n}",
    "file_path": "/mnt/persist/workspace/Buttons/amerfad_fast-moose-81.html"
  },
  "uniapp": {
    "template": "<button class=\"animated-button\"></button>Button</button>",
    "script": "export default {\n  name: 'GalaxyFastMoose81',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by amerfad - Tags: button */\n.animated-button {\n  background-color: #ff6b6b;\n  border: none;\n  color: #ffffff;\n  padding: 30rpx 64rpx;\n  text-align: center;\n  text-decoration: none;\n  display: inline-block;\n  font-size: 44rpx;\n  margin: 8rpx 4rpx;\n  /* #ifdef H5 */\n  cursor: pointer;\n  /* #endif */\n  font-family: 'Montserrat', sans-serif;\n  letter-spacing: 4rpx;\n  border-radius: 100rpx;\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0 8rpx 16rpx rgba(0, 0, 0, 0.2);\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n  overflow: hidden;\n  position: relative;\n  transition: all 0.3s ease;\n}\n\n.animated-button:after {\n  content: \"\";\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  width: 0;\n  height: 0;\n  background-color: rgba(255, 255, 255, 0.3);\n  border-radius: 50%;\n  opacity: 0;\n  transform: translate(-50%, -50%);\n  transition: all 0.5s ease;\n}\n\n.animated-button:hover:after {\n  width: 420rpx;\n  height: 400rpx;\n  opacity: 1;\n}\n\n.animated-button:focus {\n  outline: none;\n}\n\n.animated-button:active {\n  transform: translateY(4rpx);\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: none;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n}\n\n",
    "component_name": "GalaxyFastMoose81"
  },
  "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": 1004,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:35.604Z",
  "updated_at": "2025-07-31T07:55:35.604Z"
}