{
  "id": "NourSafta_cold-rabbit-94",
  "name": "cold-rabbit-94",
  "category": "loaders",
  "author": "NourSafta",
  "description": "cold-rabbit-94 组件 (circle loader, cool loader, animation)",
  "tags": [
    "circle loader",
    "cool loader",
    "animation"
  ],
  "original": {
    "html": "<div class=\"loader\"></div>",
    "css": "/* From Uiverse.io by NourSafta - Tags: circle loader, cool loader */\n.loader {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  top: 0;\n  left: 0;\n  width: 100px;\n  height: 100px;\n}\n\n.loader::after {\n  content: \"\";\n  width: 75px;\n  height: 75px;\n  border: 15px solid #dddddd;\n  border-top-color: #46C380;\n  border-radius: 50%;\n  animation: loading 0.75s ease-out infinite;\n}\n\n@keyframes loading {\n  from {\n    transform: rotate(0turn);\n  }\n\n  to {\n    transform: rotate(1turn);\n  }\n}",
    "file_path": "/mnt/persist/workspace/loaders/NourSafta_cold-rabbit-94.html"
  },
  "uniapp": {
    "template": "<view class=\"loader\"></view>",
    "script": "export default {\n  name: 'GalaxyColdRabbit94',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by NourSafta - Tags: circle loader, cool loader */\n.loader {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  top: 0;\n  left: 0;\n  width: 200rpx;\n  height: 200rpx;\n}\n\n.loader::after {\n  content: \"\";\n  width: 150rpx;\n  height: 150rpx;\n  border: 30rpx solid #dddddd;\n  border-top-color: #46C380;\n  border-radius: 50%;\n  animation: loading 0.75s ease-out infinite;\n}\n\n@keyframes loading {\n  from {\n    transform: rotate(0turn);\n  }\n\n  to {\n    transform: rotate(1turn);\n  }\n}\n",
    "component_name": "GalaxyColdRabbit94"
  },
  "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": 534,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:39.943Z",
  "updated_at": "2025-07-31T07:55:39.943Z"
}