{
  "id": "Lmickk2_giant-lion-94",
  "name": "giant-lion-94",
  "category": "loaders",
  "author": "Lmickk2",
  "description": "giant-lion-94 组件 (loader, light, animated, animation)",
  "tags": [
    "loader",
    "light",
    "animated",
    "animation"
  ],
  "original": {
    "html": "<div class=\"loader\">\n  <div class=\"box-load1\"></div>\n  <div class=\"box-load2\"></div>\n  <div class=\"box-load3\"></div>\n</div>",
    "css": "/* From Uiverse.io by Lmickk2 - Tags: loader, light, animated */\n.loader {\n  display: flex;\n  transition: all 0.4s;\n}\n\n.loader div {\n  margin-left: 0.8rem;\n  background-color: transparent;\n  box-shadow: 0px 2px 2px black;\n  border-radius: 3em;\n  height: 1rem;\n  width: 2rem;\n}\n\n.box-load1 {\n  animation: brighten 1.5s infinite;\n}\n\n.box-load2 {\n  animation: brighten 1.5s infinite;\n  animation-delay: .3s;\n}\n\n.box-load3 {\n  animation: brighten 1.5s infinite;\n  animation-delay: .6s;\n}\n\n@keyframes brighten {\n  100% {\n    background-color: black;\n    box-shadow: none;\n  }\n}",
    "file_path": "/mnt/persist/workspace/loaders/Lmickk2_giant-lion-94.html"
  },
  "uniapp": {
    "template": "<view class=\"loader\"></view>\n  <view class=\"box-load1\"></view>\n  <view class=\"box-load2\"></view>\n  <view class=\"box-load3\"></view>\n</div>",
    "script": "export default {\n  name: 'GalaxyGiantLion94',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by Lmickk2 - Tags: loader, light, animated */\n.loader {\n  display: flex;\n  transition: all 0.4s;\n}\n\n.loader div {\n  margin-left: 0.8rem;\n  background-color: transparent;\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0rpx 4rpx 4rpx black;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n  border-radius: 3em;\n  height: 1rem;\n  width: 2rem;\n}\n\n.box-load1 {\n  animation: brighten 1.5s infinite;\n}\n\n.box-load2 {\n  animation: brighten 1.5s infinite;\n  animation-delay: .3s;\n}\n\n.box-load3 {\n  animation: brighten 1.5s infinite;\n  animation-delay: .6s;\n}\n\n@keyframes brighten {\n  100% {\n    background-color: black;\n    /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: none;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n  }\n}\n\n",
    "component_name": "GalaxyGiantLion94"
  },
  "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": 700,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:39.650Z",
  "updated_at": "2025-07-31T07:55:39.650Z"
}