{
  "id": "kyle1dev_chilly-goose-0",
  "name": "chilly-goose-0",
  "category": "buttons",
  "author": "kyle1dev",
  "description": "chilly-goose-0 组件 (button, animation, gradient, interactive)",
  "tags": [
    "button",
    "animation",
    "gradient",
    "interactive"
  ],
  "original": {
    "html": "<button class=\"elegant-button\">Click Me</button>",
    "css": "/* From Uiverse.io by kyle1dev  - Tags: button */\n.elegant-button {\n  background: linear-gradient(45deg, #00bfff, #1e90ff);\n  border: none;\n  border-radius: 8px;\n  color: white;\n  font-size: 16px;\n  font-weight: bold;\n  padding: 12px 24px;\n  cursor: pointer;\n  outline: none;\n  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);\n  transition: all 0.3s ease;\n}\n.elegant-button:hover {\n  background: linear-gradient(45deg, #1e90ff, #00bfff);\n  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);\n  transform: translateY(-4px);\n}\n.elegant-button:active {\n  background: linear-gradient(45deg, #00bfff, #1e90ff);\n  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);\n  transform: translateY(0);\n}",
    "file_path": "/mnt/persist/workspace/Buttons/kyle1dev_chilly-goose-0.html"
  },
  "uniapp": {
    "template": "<button class=\"elegant-button\"></button>Click Me</button>",
    "script": "export default {\n  name: 'GalaxyChillyGoose0',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by kyle1dev  - Tags: button */\n.elegant-button {\n  background: linear-gradient(45deg, #00bfff, #1e90ff);\n  border: none;\n  border-radius: 16rpx;\n  color: white;\n  font-size: 32rpx;\n  font-weight: bold;\n  padding: 24rpx 48rpx;\n  /* #ifdef H5 */\n  cursor: pointer;\n  /* #endif */\n  outline: none;\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0 8rpx 16rpx 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  transition: all 0.3s ease;\n}\n.elegant-button:hover {\n  background: linear-gradient(45deg, #1e90ff, #00bfff);\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0 12rpx 24rpx rgba(0, 0, 0, 0.3);\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n  transform: translateY(-8rpx);\n}\n.elegant-button:active {\n  background: linear-gradient(45deg, #00bfff, #1e90ff);\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0 4rpx 8rpx 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  transform: translateY(0);\n}\n\n",
    "component_name": "GalaxyChillyGoose0"
  },
  "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": 721,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:37.126Z",
  "updated_at": "2025-07-31T07:55:37.126Z"
}