{
  "id": "zebra76966_quiet-rat-63",
  "name": "quiet-rat-63",
  "category": "loaders",
  "author": "zebra76966",
  "description": "quiet-rat-63 组件 (loader, multicolor, animation)",
  "tags": [
    "loader",
    "multicolor",
    "animation"
  ],
  "original": {
    "html": "<div class=\"loader\"></div>",
    "css": "/* From Uiverse.io by zebra76966 - Tags: loader, multicolor */\n.loader {\n  border-top: 8px solid hotpink;\n  border-bottom: 8px solid #f55951;\n  border-left: 8px solid #3a9efd;\n  border-right: 8px solid #1fff7c;\n  border-radius: 100%;\n  height: 100px;\n  width: 100px;\n  animation: looper 5s infinite ease-in-out;\n}\n\n@keyframes looper {\n  0% {\n    border-radius: 100% 100% 100% 100%;\n    border-color: hotpink #3a9efd #1fff7c #f55951;\n  }\n\n  10% {\n    border-radius: 0% 100% 0% 0%;\n    border-color: #f55951;\n    transform: rotate(150deg);\n  }\n\n  20% {\n    border-radius: 0% 0% 0% 0%;\n    border-color: #3a9efd;\n  }\n\n  30% {\n    border-radius: 0% 0% 0% 0%;\n    border-color: #1fff7c;\n  }\n\n  40% {\n    border-radius: 0% 0% 0% 0%;\n    border-color: #3a9efd;\n  }\n\n  50% {\n    border-radius: 100%;\n    border-color: #f55951;\n  }\n\n  90% {\n    border-radius: 100%;\n    transform: rotate(360deg);\n    border-style: dashed;\n  }\n\n  100% {\n    transform: rotate(0deg);\n    border-radius: 100% 100% 100% 100%;\n    border-color: hotpink #3a9efd #1fff7c #f55951;\n  }\n}",
    "file_path": "/mnt/persist/workspace/loaders/zebra76966_quiet-rat-63.html"
  },
  "uniapp": {
    "template": "<view class=\"loader\"></view>",
    "script": "export default {\n  name: 'GalaxyQuietRat63',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by zebra76966 - Tags: loader, multicolor */\n.loader {\n  border-top: 16rpx solid hotpink;\n  border-bottom: 16rpx solid #f55951;\n  border-left: 16rpx solid #3a9efd;\n  border-right: 16rpx solid #1fff7c;\n  border-radius: 100%;\n  height: 200rpx;\n  width: 200rpx;\n  animation: looper 5s infinite ease-in-out;\n}\n\n@keyframes looper {\n  0% {\n    border-radius: 100% 100% 100% 100%;\n    border-color: hotpink #3a9efd #1fff7c #f55951;\n  }\n\n  10% {\n    border-radius: 0% 100% 0% 0%;\n    border-color: #f55951;\n    transform: rotate(150deg);\n  }\n\n  20% {\n    border-radius: 0% 0% 0% 0%;\n    border-color: #3a9efd;\n  }\n\n  30% {\n    border-radius: 0% 0% 0% 0%;\n    border-color: #1fff7c;\n  }\n\n  40% {\n    border-radius: 0% 0% 0% 0%;\n    border-color: #3a9efd;\n  }\n\n  50% {\n    border-radius: 100%;\n    border-color: #f55951;\n  }\n\n  90% {\n    border-radius: 100%;\n    transform: rotate(360deg);\n    border-style: dashed;\n  }\n\n  100% {\n    transform: rotate(0deg);\n    border-radius: 100% 100% 100% 100%;\n    border-color: hotpink #3a9efd #1fff7c #f55951;\n  }\n}\n\n\n\n\n\n",
    "component_name": "GalaxyQuietRat63"
  },
  "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": 1088,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:42.897Z",
  "updated_at": "2025-07-31T07:55:42.897Z"
}