{
  "id": "Dear31_hard-moose-96",
  "name": "hard-moose-96",
  "category": "buttons",
  "author": "Dear31",
  "description": "hard-moose-96 组件 (button, animation, interactive)",
  "tags": [
    "button",
    "animation",
    "interactive"
  ],
  "original": {
    "html": "<button>\n  Hover me\n</button>",
    "css": "/* From Uiverse.io by Dear31 - Tags: button */\nbutton {\n  background-color: rgb(255, 255, 255);\n  border: 3px solid black;\n  padding: 12px 32px;\n  border-radius: 22px;\n  box-shadow: 2px 2px 1px  black;\n  transition: all .2s ease;\n  font-size: 1em;\n  font-weight: 800;\n}\n\nbutton:hover {\n  transform: translate(-2px, -1px);\n  box-shadow: 7px 7px 1px  rgb(0, 0, 0);\n  transition: all .2s ease-in;\n}",
    "file_path": "/mnt/persist/workspace/Buttons/Dear31_hard-moose-96.html"
  },
  "uniapp": {
    "template": "<button></button>\n  Hover me\n</button>",
    "script": "export default {\n  name: 'GalaxyHardMoose96',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by Dear31 - Tags: button */\nbutton {\n  background-color: rgb(255, 255, 255);\n  border: 6rpx solid black;\n  padding: 24rpx 64rpx;\n  border-radius: 44rpx;\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 4rpx 4rpx 2rpx  black;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n  transition: all .2s ease;\n  font-size: 1em;\n  font-weight: 800;\n}\n\nbutton:hover {\n  transform: translate(-4rpx, -2rpx);\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 14rpx 14rpx 2rpx  rgb(0, 0, 0);\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n  transition: all .2s ease-in;\n}\n",
    "component_name": "GalaxyHardMoose96"
  },
  "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": 428,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:33.095Z",
  "updated_at": "2025-07-31T07:55:33.095Z"
}