{
  "id": "sunnyshaikh_blue-chipmunk-76",
  "name": "blue-chipmunk-76",
  "category": "buttons",
  "author": "sunnyshaikh",
  "description": "blue-chipmunk-76 组件 (button, animation, interactive)",
  "tags": [
    "button",
    "animation",
    "interactive"
  ],
  "original": {
    "html": "<button>\n  Hover Me!\n</button>",
    "css": "/* From Uiverse.io by sunnyshaikh - Tags: button */\nbutton {\n  position: relative;\n  background: #FBD148;\n  box-sizing: border-box;\n  border: 0;\n  outline: 0;\n  padding: 1rem 3rem;\n  font-size: 1em;\n  cursor: pointer;\n  transition: .25s ease;\n}\n\nbutton::before {\n  position: absolute;\n  content: '';\n  box-sizing: border-box;\n  top: 0;\n  left: 0;\n  transform: translate(-5px, -5px);\n  width: 100%;\n  height: 100%;\n  border: 1px solid rgb(84, 84, 84);\n  transition: .25s ease;\n}\n\nbutton:hover {\n  transform: translate(-5px, -5px);\n}\n\nbutton:hover::before {\n  transform: translate(5px, 5px);\n}",
    "file_path": "/mnt/persist/workspace/Buttons/sunnyshaikh_blue-chipmunk-76.html"
  },
  "uniapp": {
    "template": "<button></button>\n  Hover Me!\n</button>",
    "script": "export default {\n  name: 'GalaxyBlueChipmunk76',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by sunnyshaikh - Tags: button */\nbutton {\n  position: relative;\n  background: #FBD148;\n  box-sizing: border-box;\n  border: 0;\n  outline: 0;\n  padding: 1rem 3rem;\n  font-size: 1em;\n  /* #ifdef H5 */\n  cursor: pointer;\n  /* #endif */\n  transition: .25s ease;\n}\n\nbutton::before {\n  position: absolute;\n  content: '';\n  box-sizing: border-box;\n  top: 0;\n  left: 0;\n  transform: translate(-10rpx, -10rpx);\n  width: 100%;\n  height: 100%;\n  border: 2rpx solid rgb(84, 84, 84);\n  transition: .25s ease;\n}\n\nbutton:hover {\n  transform: translate(-10rpx, -10rpx);\n}\n\nbutton:hover::before {\n  transform: translate(10rpx, 10rpx);\n}\n",
    "component_name": "GalaxyBlueChipmunk76"
  },
  "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": "medium",
    "bundle_size": 625,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:37.919Z",
  "updated_at": "2025-07-31T07:55:37.919Z"
}