{
  "id": "krlozCJ_blue-dodo-17",
  "name": "blue-dodo-17",
  "category": "buttons",
  "author": "krlozCJ",
  "description": "blue-dodo-17 组件 (button, animation)",
  "tags": [
    "button",
    "animation"
  ],
  "original": {
    "html": "<button>\n    Click me\n</button>",
    "css": "/* From Uiverse.io by krlozCJ - Tags: button */\nbutton {\n  border: none;\n  outline: none;\n  background-color: #6c5ce7;\n  padding: 10px 20px;\n  font-size: 12px;\n  font-weight: 700;\n  color: #fff;\n  border-radius: 5px;\n  transition: all ease 0.1s;\n  box-shadow: 0px 5px 0px 0px #a29bfe;\n}\n\nbutton:active {\n  transform: translateY(5px);\n  box-shadow: 0px 0px 0px 0px #a29bfe;\n}",
    "file_path": "/mnt/persist/workspace/Buttons/krlozCJ_blue-dodo-17.html"
  },
  "uniapp": {
    "template": "<button></button>\n    Click me\n</button>",
    "script": "export default {\n  name: 'GalaxyBlueDodo17',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by krlozCJ - Tags: button */\nbutton {\n  border: none;\n  outline: none;\n  background-color: #6c5ce7;\n  padding: 20rpx 40rpx;\n  font-size: 24rpx;\n  font-weight: 700;\n  color: #fff;\n  border-radius: 10rpx;\n  transition: all ease 0.1s;\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0rpx 10rpx 0rpx 0rpx #a29bfe;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n}\n\nbutton:active {\n  transform: translateY(10rpx);\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0rpx 0rpx 0rpx 0rpx #a29bfe;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n}\n",
    "component_name": "GalaxyBlueDodo17"
  },
  "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": 409,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:37.119Z",
  "updated_at": "2025-07-31T07:55:37.119Z"
}