{
  "id": "KhaledMatalkah_purple-mule-91",
  "name": "purple-mule-91",
  "category": "loaders",
  "author": "KhaledMatalkah",
  "description": "purple-mule-91 组件 (animation, 3d, loader, animated)",
  "tags": [
    "animation",
    "3d",
    "loader",
    "animated"
  ],
  "original": {
    "html": "<div class=\"loader\">\n  <div class=\"loader-inner\"></div>\n</div>",
    "css": "/* From Uiverse.io by KhaledMatalkah - Tags: animation, 3d, loader, animated */\n.loader {\n  height: 60px;\n  width: 60px;\n  position: relative;\n  animation: loaderAnimation 1.5s infinite linear;\n}\n\n.loader-inner {\n  position: absolute;\n  height: 100%;\n  width: 100%;\n  left: 0;\n  top: 0;\n  background-color: #3053c7;\n  border-radius: 50%;\n  animation: innerAnimation 1s infinite ease-in-out;\n}\n\n@keyframes loaderAnimation {\n  0% {\n    transform: rotate(0deg);\n  }\n\n  100% {\n    transform: rotate(360deg);\n  }\n}\n\n@keyframes innerAnimation {\n  0% {\n    width: 0;\n    opacity: 0;\n  }\n\n  50% {\n    width: 100%;\n    opacity: 1;\n  }\n\n  100% {\n    width: 0;\n    opacity: 0;\n  }\n}",
    "file_path": "/mnt/persist/workspace/loaders/KhaledMatalkah_purple-mule-91.html"
  },
  "uniapp": {
    "template": "<view class=\"loader\"></view>\n  <view class=\"loader-inner\"></view>\n</div>",
    "script": "export default {\n  name: 'GalaxyPurpleMule91',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by KhaledMatalkah - Tags: animation, 3d, loader, animated */\n.loader {\n  height: 120rpx;\n  width: 120rpx;\n  position: relative;\n  animation: loaderAnimation 1.5s infinite linear;\n}\n\n.loader-inner {\n  position: absolute;\n  height: 100%;\n  width: 100%;\n  left: 0;\n  top: 0;\n  background-color: #3053c7;\n  border-radius: 50%;\n  animation: innerAnimation 1s infinite ease-in-out;\n}\n\n@keyframes loaderAnimation {\n  0% {\n    transform: rotate(0deg);\n  }\n\n  100% {\n    transform: rotate(360deg);\n  }\n}\n\n@keyframes innerAnimation {\n  0% {\n    width: 0;\n    opacity: 0;\n  }\n\n  50% {\n    width: 100%;\n    opacity: 1;\n  }\n\n  100% {\n    width: 0;\n    opacity: 0;\n  }\n}\n\n",
    "component_name": "GalaxyPurpleMule91"
  },
  "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": 739,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:39.624Z",
  "updated_at": "2025-07-31T07:55:39.624Z"
}