{
  "id": "Yaya12085_loud-bullfrog-54",
  "name": "loud-bullfrog-54",
  "category": "loaders",
  "author": "Yaya12085",
  "description": "loud-bullfrog-54 组件 (loading, loader, colorful, animation)",
  "tags": [
    "loading",
    "loader",
    "colorful",
    "animation"
  ],
  "original": {
    "html": "<div class=\"loader\"></div>",
    "css": "/* From Uiverse.io by Yaya12085 - Tags: loading, loader, colorful */\n.loader ,.loader::before,.loader::after {\n  border-width: 2px;\n  border-style: solid;\n  border-radius: 10px;\n  animation: rotate 5s linear infinite;\n}\n\n.loader {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  position: relative;\n  width: 40px;\n  height: 40px;\n  border-color: #5a4ff3;\n}\n\n.loader::before,.loader::after {\n  position: absolute;\n  content: \"\";\n}\n\n.loader::before {\n  border-color: #35a2d2;\n  width: 110%;\n  height: 110%;\n  animation-delay: .5s\n}\n\n.loader::after {\n  border-color: #9c40fc;\n  width: 120%;\n  height: 120%;\n  animation-delay: .10s;\n}\n\n@keyframes rotate {\n  to {\n    transform: rotate(360deg)\n  }\n}",
    "file_path": "/mnt/persist/workspace/loaders/Yaya12085_loud-bullfrog-54.html"
  },
  "uniapp": {
    "template": "<view class=\"loader\"></view>",
    "script": "export default {\n  name: 'GalaxyLoudBullfrog54',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by Yaya12085 - Tags: loading, loader, colorful */\n.loader ,.loader::before,.loader::after {\n  border-width: 4rpx;\n  border-style: solid;\n  border-radius: 20rpx;\n  animation: rotate 5s linear infinite;\n}\n\n.loader {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  position: relative;\n  width: 80rpx;\n  height: 80rpx;\n  border-color: #5a4ff3;\n}\n\n.loader::before,.loader::after {\n  position: absolute;\n  content: \"\";\n}\n\n.loader::before {\n  border-color: #35a2d2;\n  width: 110%;\n  height: 110%;\n  animation-delay: .5s\n}\n\n.loader::after {\n  border-color: #9c40fc;\n  width: 120%;\n  height: 120%;\n  animation-delay: .10s;\n}\n\n@keyframes rotate {\n  to {\n    transform: rotate(360deg)\n  }\n}\n",
    "component_name": "GalaxyLoudBullfrog54"
  },
  "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": "是否禁用"
    }
  ],
  "events": [],
  "slots": [
    {
      "name": "",
      "description": "",
      "props": []
    }
  ],
  "compatibility": {
    "h5": {
      "supported": true,
      "issues": [],
      "alternatives": []
    },
    "mp-weixin": {
      "supported": true,
      "issues": [],
      "alternatives": []
    },
    "mp-alipay": {
      "supported": true,
      "issues": [],
      "alternatives": []
    },
    "app-plus": {
      "supported": true,
      "issues": [],
      "alternatives": []
    }
  },
  "performance": {
    "complexity": "medium",
    "bundle_size": 745,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:40.776Z",
  "updated_at": "2025-07-31T07:55:40.776Z"
}