{
  "id": "adamgiebl_hot-catfish-48",
  "name": "hot-catfish-48",
  "category": "buttons",
  "author": "adamgiebl",
  "description": "hot-catfish-48 组件 (3d, blue, button, animation, gradient, interactive)",
  "tags": [
    "3d",
    "blue",
    "button",
    "animation",
    "gradient",
    "interactive"
  ],
  "original": {
    "html": "<button> Click me\n</button>",
    "css": "/* From Uiverse.io by adamgiebl - Tags: 3d, blue, button */\nbutton {\n  font-size: 16px;\n  padding: 1em 3.3em;\n  transform: perspective(200px) rotateX(15deg);\n  color: white;\n  font-weight: 900;\n  border: none;\n  border-radius: 5px;\n  background: linear-gradient(0deg, rgba(63,94,251,1) 0%, rgba(70,135,252,1) 100%);\n  box-shadow: rgba(63,94,251,0.2) 0px 40px 29px 0px;\n  will-change: transform;\n  transition: all 0.3s;\n  border-bottom: 2px solid rgba(70,135,252,1);\n}\n\nbutton:hover {\n  transform: perspective(180px) rotateX(30deg) translateY(2px);\n}\n\nbutton:active {\n  transform: perspective(170px) rotateX(36deg) translateY(5px);\n}",
    "file_path": "/mnt/persist/workspace/Buttons/adamgiebl_hot-catfish-48.html"
  },
  "uniapp": {
    "template": "<button></button> Click me\n</button>",
    "script": "export default {\n  name: 'GalaxyHotCatfish48',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by adamgiebl - Tags: 3d, blue, button */\nbutton {\n  font-size: 32rpx;\n  padding: 1em 3.3em;\n  transform: perspective(400rpx) rotateX(15deg);\n  color: white;\n  font-weight: 900;\n  border: none;\n  border-radius: 10rpx;\n  background: linear-gradient(0deg, rgba(63,94,251,1) 0%, rgba(70,135,252,1) 100%);\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: rgba(63,94,251,0.2) 0rpx 80rpx 58rpx 0rpx;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n  will-change: transform;\n  transition: all 0.3s;\n  border-bottom: 4rpx solid rgba(70,135,252,1);\n}\n\nbutton:hover {\n  transform: perspective(360rpx) rotateX(30deg) translateY(4rpx);\n}\n\nbutton:active {\n  transform: perspective(340rpx) rotateX(36deg) translateY(10rpx);\n}\n",
    "component_name": "GalaxyHotCatfish48"
  },
  "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": 663,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:35.440Z",
  "updated_at": "2025-07-31T07:55:35.440Z"
}