{
  "id": "Web-Potato_mighty-chipmunk-64",
  "name": "mighty-chipmunk-64",
  "category": "buttons",
  "author": "Web-Potato",
  "description": "mighty-chipmunk-64 组件 (button, animation, interactive)",
  "tags": [
    "button",
    "animation",
    "interactive"
  ],
  "original": {
    "html": "<button>\n    Button\n</button>",
    "css": "/* From Uiverse.io by Web-Potato - Tags: button */\nbutton {\n  position: relative;\n  height: 50px;\n  width: 150px;\n  color: #FFF;\n  font-size: 15px;\n  font-weight: 600;\n  letter-spacing: 2px;\n  background-color: #212121;\n  transition: all 0.5s;\n  border: none;\n}\n\nbutton::before {\n  position: absolute;\n  content: '';\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  background-color: rgba(29, 255, 86, 0.281);\n  border-radius: 5px;\n  transition: all 0.3s;\n  z-index: 1;\n}\n\nbutton:hover::before {\n  opacity: 0;\n  transform: scale(0.7,0.7);\n}\n\nbutton::after {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  transition: all 0.4s;\n  border: 1px solid rgba(29, 255, 86, 0.281);\n  border-radius: 5px;\n  transform: scale(1.5,1.5);\n  opacity: 0;\n  z-index: 1;\n}\n\nbutton:hover::after {\n  opacity: 1;\n  transform: scale(1,1);\n}",
    "file_path": "/mnt/persist/workspace/Buttons/Web-Potato_mighty-chipmunk-64.html"
  },
  "uniapp": {
    "template": "<button></button>\n    Button\n</button>",
    "script": "export default {\n  name: 'GalaxyMightyChipmunk64',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by Web-Potato - Tags: button */\nbutton {\n  position: relative;\n  height: 100rpx;\n  width: 300rpx;\n  color: #FFF;\n  font-size: 30rpx;\n  font-weight: 600;\n  letter-spacing: 4rpx;\n  background-color: #212121;\n  transition: all 0.5s;\n  border: none;\n}\n\nbutton::before {\n  position: absolute;\n  content: '';\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  background-color: rgba(29, 255, 86, 0.281);\n  border-radius: 10rpx;\n  transition: all 0.3s;\n  z-index: 1;\n}\n\nbutton:hover::before {\n  opacity: 0;\n  transform: scale(0.7,0.7);\n}\n\nbutton::after {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  transition: all 0.4s;\n  border: 2rpx solid rgba(29, 255, 86, 0.281);\n  border-radius: 10rpx;\n  transform: scale(1.5,1.5);\n  opacity: 0;\n  z-index: 1;\n}\n\nbutton:hover::after {\n  opacity: 1;\n  transform: scale(1,1);\n}\n\n",
    "component_name": "GalaxyMightyChipmunk64"
  },
  "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": [],
      "alternatives": []
    },
    "mp-alipay": {
      "supported": true,
      "issues": [],
      "alternatives": []
    },
    "app-plus": {
      "supported": true,
      "issues": [],
      "alternatives": []
    }
  },
  "performance": {
    "complexity": "medium",
    "bundle_size": 900,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:35.129Z",
  "updated_at": "2025-07-31T07:55:35.129Z"
}