{
  "id": "ZiyadOuamna_hungry-penguin-18",
  "name": "hungry-penguin-18",
  "category": "buttons",
  "author": "ZiyadOuamna",
  "description": "hungry-penguin-18 组件 (button, active, like, dark, light, shadow, modern, click, animation, interactive)",
  "tags": [
    "button",
    "active",
    "like",
    "dark",
    "light",
    "shadow",
    "modern",
    "click",
    "animation",
    "interactive"
  ],
  "original": {
    "html": "<button class=\"button\">Button</button>\n\n<footer></footer>",
    "css": "/* From Uiverse.io by ZiyadOuamna  - Tags: button, active, like, dark, light, shadow, modern, click */\n.button {\n  cursor: pointer;\n  padding: 10px 20px;\n  border-radius: 15px;\n  background-color: gray;\n  font-weight: bolder;\n  font-size: 25px;\n  border: 2px solid black;\n  transition: all 0.5s;\n}\n.button:hover {\n  background-color: aqua;\n  box-shadow: 0px 0px 15px aqua;\n\n  transform: scale(0.9);\n}",
    "file_path": "/mnt/persist/workspace/Buttons/ZiyadOuamna_hungry-penguin-18.html"
  },
  "uniapp": {
    "template": "<button class=\"button\"></button>Button</button>\n\n<view></view>",
    "script": "export default {\n  name: 'GalaxyHungryPenguin18',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by ZiyadOuamna  - Tags: button, active, like, dark, light, shadow, modern, click */\n.button {\n  /* #ifdef H5 */\n  cursor: pointer;\n  /* #endif */\n  padding: 20rpx 40rpx;\n  border-radius: 30rpx;\n  background-color: gray;\n  font-weight: bolder;\n  font-size: 50rpx;\n  border: 4rpx solid black;\n  transition: all 0.5s;\n}\n.button:hover {\n  background-color: aqua;\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0rpx 0rpx 30rpx aqua;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n\n  transform: scale(0.9);\n}\n\n",
    "component_name": "GalaxyHungryPenguin18"
  },
  "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": 467,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:35.310Z",
  "updated_at": "2025-07-31T07:55:35.310Z"
}