{
  "id": "TimTrayler_big-crab-49",
  "name": "big-crab-49",
  "category": "buttons",
  "author": "TimTrayler",
  "description": "big-crab-49 组件 (button, animation, interactive)",
  "tags": [
    "button",
    "animation",
    "interactive"
  ],
  "original": {
    "html": "<button> Click me\n</button>",
    "css": "/* From Uiverse.io by TimTrayler - Tags: button */\nbutton {\n --hover-shadows: 16px 16px 33px #121212,\n                   -16px -16px 33px #303030;\n --accent: fuchsia;\n font-weight: bold;\n letter-spacing: 0.1em;\n border: none;\n border-radius: 1.1em;\n background-color: #212121;\n color: white;\n padding: 1em 2em;\n transition: box-shadow ease-in-out 0.3s,\n             background-color ease-in-out 0.1s,\n             letter-spacing ease-in-out 0.1s,\n             transform ease-in-out 0.1s;\n box-shadow: 13px 13px 10px #1c1c1c,\n             -13px -13px 10px #262626;\n}\n\nbutton:hover {\n box-shadow: var(--hover-shadows);\n}\n\nbutton:active {\n box-shadow: var(--hover-shadows),\n              var(--accent) 0px 0px 30px 5px;\n background-color: var(--accent);\n transform: scale(0.95);\n}",
    "file_path": "/mnt/persist/workspace/Buttons/TimTrayler_big-crab-49.html"
  },
  "uniapp": {
    "template": "<button></button> Click me\n</button>",
    "script": "export default {\n  name: 'GalaxyBigCrab49',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by TimTrayler - Tags: button */\nbutton {\n --hover-shadows: 32rpx 32rpx 66rpx #121212,\n                   -32rpx -32rpx 66rpx #303030;\n --accent: fuchsia;\n font-weight: bold;\n letter-spacing: 0.1em;\n border: none;\n border-radius: 1.1em;\n background-color: #212121;\n color: white;\n padding: 1em 2em;\n transition: box-shadow ease-in-out 0.3s,\n             background-color ease-in-out 0.1s,\n             letter-spacing ease-in-out 0.1s,\n             transform ease-in-out 0.1s;\n /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 26rpx 26rpx 20rpx #1c1c1c,\n             -26rpx -26rpx 20rpx #262626;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n}\n\nbutton:hover {\n /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: var(--hover-shadows);\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n}\n\nbutton:active {\n /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: var(--hover-shadows),\n              var(--accent) 0rpx 0rpx 60rpx 10rpx;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n background-color: var(--accent);\n transform: scale(0.95);\n}\n\n",
    "component_name": "GalaxyBigCrab49"
  },
  "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": 809,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:35.014Z",
  "updated_at": "2025-07-31T07:55:35.014Z"
}