{
  "id": "faxriddin20_lazy-squid-52",
  "name": "lazy-squid-52",
  "category": "buttons",
  "author": "faxriddin20",
  "description": "lazy-squid-52 组件 (3d, button, hover, active, hover effect, hover button, interactive)",
  "tags": [
    "3d",
    "button",
    "hover",
    "active",
    "hover effect",
    "hover button",
    "interactive"
  ],
  "original": {
    "html": "<button class=\"button\">Button</button>",
    "css": "/* From Uiverse.io by faxriddin20  - Tags: 3d, button, hover, active, hover effect, hover button */\n.button {\n  cursor: pointer;\n  width: 160px;\n  height: 50px;\n  border-radius: 20px;\n  color: violet;\n  border: 2px solid violet;\n  transition: all 0.6s ease;\n}\n.button:hover {\n  box-shadow: rgba(240, 46, 170, 0.4) 0px 5px, rgba(240, 46, 170, 0.3) 0px 10px,\n    rgba(240, 46, 170, 0.2) 0px 15px, rgba(240, 46, 170, 0.1) 0px 20px,\n    rgba(240, 46, 170, 0.05) 0px 25px;\n}\n.button:active {\n  box-shadow: none;\n}",
    "file_path": "/mnt/persist/workspace/Buttons/faxriddin20_lazy-squid-52.html"
  },
  "uniapp": {
    "template": "<button class=\"button\"></button>Button</button>",
    "script": "export default {\n  name: 'GalaxyLazySquid52',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by faxriddin20  - Tags: 3d, button, hover, active, hover effect, hover button */\n.button {\n  /* #ifdef H5 */\n  cursor: pointer;\n  /* #endif */\n  width: 320rpx;\n  height: 100rpx;\n  border-radius: 40rpx;\n  color: violet;\n  border: 4rpx solid violet;\n  transition: all 0.6s ease;\n}\n.button:hover {\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: rgba(240, 46, 170, 0.4) 0rpx 10rpx, rgba(240, 46, 170, 0.3) 0rpx 20rpx,\n    rgba(240, 46, 170, 0.2) 0rpx 30rpx, rgba(240, 46, 170, 0.1) 0rpx 40rpx,\n    rgba(240, 46, 170, 0.05) 0rpx 50rpx;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n}\n.button:active {\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: none;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n}\n\n",
    "component_name": "GalaxyLazySquid52"
  },
  "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": "low",
    "bundle_size": 556,
    "render_cost": "low",
    "memory_usage": "low"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:36.687Z",
  "updated_at": "2025-07-31T07:55:36.687Z"
}