{
  "id": "Leoodaviid_lazy-mole-28",
  "name": "lazy-mole-28",
  "category": "loaders",
  "author": "Leoodaviid",
  "description": "lazy-mole-28 组件 (loader, animation)",
  "tags": [
    "loader",
    "animation"
  ],
  "original": {
    "html": "<div class=\"loader-container\">\n  <div class=\"loader\"></div>\n</div>",
    "css": "/* From Uiverse.io by Leoodaviid - Tags: loader */\n.loader-container {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n}\n\n.loader {\n  width: 50px;\n  height: 50px;\n  border-radius: 50%;\n  animation: spin 1s linear infinite;\n}\n\n@keyframes spin {\n  0% {\n    transform: rotate(0deg);\n    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4);\n  }\n\n  50% {\n    transform: rotate(180deg);\n    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4);\n  }\n\n  100% {\n    transform: rotate(360deg);\n    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4);\n  }\n}",
    "file_path": "/mnt/persist/workspace/loaders/Leoodaviid_lazy-mole-28.html"
  },
  "uniapp": {
    "template": "<view class=\"loader-container\"></view>\n  <view class=\"loader\"></view>\n</div>",
    "script": "export default {\n  name: 'GalaxyLazyMole28',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by Leoodaviid - Tags: loader */\n.loader-container {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n}\n\n.loader {\n  width: 100rpx;\n  height: 100rpx;\n  border-radius: 50%;\n  animation: spin 1s linear infinite;\n}\n\n@keyframes spin {\n  0% {\n    transform: rotate(0deg);\n    /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0 -2rpx 0 rgba(255, 255, 255, 0.4);\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n  }\n\n  50% {\n    transform: rotate(180deg);\n    /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0 -2rpx 0 rgba(255, 255, 255, 0.4);\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n  }\n\n  100% {\n    transform: rotate(360deg);\n    /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0 -2rpx 0 rgba(255, 255, 255, 0.4);\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n  }\n}\n",
    "component_name": "GalaxyLazyMole28"
  },
  "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": [
        "不支持 box-shadow 属性"
      ],
      "alternatives": []
    },
    "mp-alipay": {
      "supported": true,
      "issues": [
        "不支持 box-shadow 属性"
      ],
      "alternatives": []
    },
    "app-plus": {
      "supported": true,
      "issues": [],
      "alternatives": []
    }
  },
  "performance": {
    "complexity": "medium",
    "bundle_size": 616,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:39.634Z",
  "updated_at": "2025-07-31T07:55:39.634Z"
}