{
  "id": "Tanvisharma31_dry-cheetah-92",
  "name": "dry-cheetah-92",
  "category": "buttons",
  "author": "Tanvisharma31",
  "description": "dry-cheetah-92 组件 (button, animation, interactive)",
  "tags": [
    "button",
    "animation",
    "interactive"
  ],
  "original": {
    "html": "<button class=\"space-adventure-button\">Join the Adventure</button>",
    "css": "/* From Uiverse.io by Tanvisharma31 - Tags: button */\n.space-adventure-button {\n  background-color: #1a1a2e;\n  color: #fff;\n  border: none;\n  padding: 20px;\n  font-size: 17px;\n  font-weight: bold;\n  text-transform: uppercase;\n  border-radius: 40px;\n  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);\n  transition: all 0.2s ease-in-out;\n}\n\n.space-adventure-button:hover {\n  background-color: #eb4d4b;\n  cursor: pointer;\n  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);\n}",
    "file_path": "/mnt/persist/workspace/Buttons/Tanvisharma31_dry-cheetah-92.html"
  },
  "uniapp": {
    "template": "<button class=\"space-adventure-button\"></button>Join the Adventure</button>",
    "script": "export default {\n  name: 'GalaxyDryCheetah92',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by Tanvisharma31 - Tags: button */\n.space-adventure-button {\n  background-color: #1a1a2e;\n  color: #fff;\n  border: none;\n  padding: 40rpx;\n  font-size: 34rpx;\n  font-weight: bold;\n  text-transform: uppercase;\n  border-radius: 80rpx;\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0rpx 16rpx 30rpx rgba(0, 0, 0, 0.1);\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n  transition: all 0.2s ease-in-out;\n}\n\n.space-adventure-button:hover {\n  background-color: #eb4d4b;\n  /* #ifdef H5 */\n  cursor: pointer;\n  /* #endif */\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0rpx 30rpx 40rpx 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}\n\n",
    "component_name": "GalaxyDryCheetah92"
  },
  "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": 536,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:35.002Z",
  "updated_at": "2025-07-31T07:55:35.002Z"
}