{
  "id": "Cornerstone-04_little-mouse-69",
  "name": "little-mouse-69",
  "category": "loaders",
  "author": "Cornerstone-04",
  "description": "little-mouse-69 组件 (loader, animation)",
  "tags": [
    "loader",
    "animation"
  ],
  "original": {
    "html": "<div class=\"loader\">\n    <div class=\"ball\"></div>\n    <div class=\"ball\"></div>\n    <div class=\"ball\"></div>\n</div>",
    "css": "/* From Uiverse.io by Cornerstone-04 - Tags: loader */\n.loader {\n  width: 100%;\n  height: 100%;\n  display: flex;\n  flex-wrap: wrap;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  transition: 0.5s linear;\n}\n\n.ball {\n  width: 20px;\n  height: 20px;\n  border-radius: 50%;\n  animation: bounce6135 1s alternate infinite;\n  transition: 0.5s linear;\n}\n\n.ball {\n  background: #fff;\n}\n\n.ball:nth-child(2) {\n  animation-delay: 0.25s;\n}\n\n.ball:nth-child(3) {\n  animation-delay: 0.5s;\n}\n\n@keyframes bounce6135 {\n  from {\n    transform: scale(2);\n  }\n\n  to {\n    transform: scale(1);\n  }\n}",
    "file_path": "/mnt/persist/workspace/loaders/Cornerstone-04_little-mouse-69.html"
  },
  "uniapp": {
    "template": "<view class=\"loader\"></view>\n    <view class=\"ball\"></view>\n    <view class=\"ball\"></view>\n    <view class=\"ball\"></view>\n</div>",
    "script": "export default {\n  name: 'GalaxyLittleMouse69',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by Cornerstone-04 - Tags: loader */\n.loader {\n  width: 100%;\n  height: 100%;\n  display: flex;\n  flex-wrap: wrap;\n  align-items: center;\n  justify-content: center;\n  gap: 20rpx;\n  transition: 0.5s linear;\n}\n\n.ball {\n  width: 40rpx;\n  height: 40rpx;\n  border-radius: 50%;\n  animation: bounce6135 1s alternate infinite;\n  transition: 0.5s linear;\n}\n\n.ball {\n  background: #fff;\n}\n\n.ball:nth-child(2) {\n  animation-delay: 0.25s;\n}\n\n.ball:nth-child(3) {\n  animation-delay: 0.5s;\n}\n\n@keyframes bounce6135 {\n  from {\n    transform: scale(2);\n  }\n\n  to {\n    transform: scale(1);\n  }\n}\n\n\n",
    "component_name": "GalaxyLittleMouse69"
  },
  "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": 713,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:39.104Z",
  "updated_at": "2025-07-31T07:55:39.104Z"
}