{
  "id": "JesusRafaelNavaCruz_chilly-vampirebat-53",
  "name": "chilly-vampirebat-53",
  "category": "loaders",
  "author": "JesusRafaelNavaCruz",
  "description": "chilly-vampirebat-53 组件 (loader, circle loader, loader circle, animation)",
  "tags": [
    "loader",
    "circle loader",
    "loader circle",
    "animation"
  ],
  "original": {
    "html": "<div class=\"loader\"></div>",
    "css": "/* From Uiverse.io by JesusRafaelNavaCruz - Source: Mr Frontend - https://instagram.com/mr__frontend?igshid=MzRlODBiNWFlZA== - Tags: loader, circle loader, loader circle */\n.loader {\n  width: 4rem;\n  height: 4rem;\n  border-radius: 50%;\n  box-sizing: border-box;\n  border-top: 8px solid #fff;\n  border-left: 8px solid #fff;\n  border-right: 8px solid #ff00;\n  animation: loader .7s infinite linear;\n}\n\n@keyframes loader {\n  to {\n    transform: rotate(360deg);\n  }\n}",
    "file_path": "/mnt/persist/workspace/loaders/JesusRafaelNavaCruz_chilly-vampirebat-53.html"
  },
  "uniapp": {
    "template": "<view class=\"loader\"></view>",
    "script": "export default {\n  name: 'GalaxyChillyVampirebat53',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by JesusRafaelNavaCruz - Source: Mr Frontend - https://instagram.com/mr__frontend?igshid=MzRlODBiNWFlZA== - Tags: loader, circle loader, loader circle */\n.loader {\n  width: 4rem;\n  height: 4rem;\n  border-radius: 50%;\n  box-sizing: border-box;\n  border-top: 16rpx solid #fff;\n  border-left: 16rpx solid #fff;\n  border-right: 16rpx solid #ff00;\n  animation: loader .7s infinite linear;\n}\n\n@keyframes loader {\n  to {\n    transform: rotate(360deg);\n  }\n}\n",
    "component_name": "GalaxyChillyVampirebat53"
  },
  "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": 493,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:39.433Z",
  "updated_at": "2025-07-31T07:55:39.433Z"
}