{
  "id": "mrpumps31232_strange-dragonfly-94",
  "name": "strange-dragonfly-94",
  "category": "loaders",
  "author": "mrpumps31232",
  "description": "strange-dragonfly-94 组件 (loader, wave, animation)",
  "tags": [
    "loader",
    "wave",
    "animation"
  ],
  "original": {
    "html": "<div class=\"loading-wave\">\n  <div class=\"loading-bar\"></div>\n  <div class=\"loading-bar\"></div>\n  <div class=\"loading-bar\"></div>\n  <div class=\"loading-bar\"></div>\n</div>",
    "css": "/* From Uiverse.io by mrpumps31232 - Tags: loader, wave */\n.loading-wave {\n  width: 300px;\n  height: 100px;\n  display: flex;\n  justify-content: center;\n  align-items: flex-end;\n}\n\n.loading-bar {\n  width: 20px;\n  height: 10px;\n  margin: 0 5px;\n  background-color: #3498db;\n  border-radius: 5px;\n  animation: loading-wave-animation 1s ease-in-out infinite;\n}\n\n.loading-bar:nth-child(2) {\n  animation-delay: 0.1s;\n}\n\n.loading-bar:nth-child(3) {\n  animation-delay: 0.2s;\n}\n\n.loading-bar:nth-child(4) {\n  animation-delay: 0.3s;\n}\n\n@keyframes loading-wave-animation {\n  0% {\n    height: 10px;\n  }\n\n  50% {\n    height: 50px;\n  }\n\n  100% {\n    height: 10px;\n  }\n}",
    "file_path": "/mnt/persist/workspace/loaders/mrpumps31232_strange-dragonfly-94.html"
  },
  "uniapp": {
    "template": "<view class=\"loading-wave\"></view>\n  <view class=\"loading-bar\"></view>\n  <view class=\"loading-bar\"></view>\n  <view class=\"loading-bar\"></view>\n  <view class=\"loading-bar\"></view>\n</div>",
    "script": "export default {\n  name: 'GalaxyStrangeDragonfly94',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by mrpumps31232 - Tags: loader, wave */\n.loading-wave {\n  width: 600rpx;\n  height: 200rpx;\n  display: flex;\n  justify-content: center;\n  align-items: flex-end;\n}\n\n.loading-bar {\n  width: 40rpx;\n  height: 20rpx;\n  margin: 0 10rpx;\n  background-color: #3498db;\n  border-radius: 10rpx;\n  animation: loading-wave-animation 1s ease-in-out infinite;\n}\n\n.loading-bar:nth-child(2) {\n  animation-delay: 0.1s;\n}\n\n.loading-bar:nth-child(3) {\n  animation-delay: 0.2s;\n}\n\n.loading-bar:nth-child(4) {\n  animation-delay: 0.3s;\n}\n\n@keyframes loading-wave-animation {\n  0% {\n    height: 20rpx;\n  }\n\n  50% {\n    height: 100rpx;\n  }\n\n  100% {\n    height: 20rpx;\n  }\n}\n\n",
    "component_name": "GalaxyStrangeDragonfly94"
  },
  "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": 830,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:42.483Z",
  "updated_at": "2025-07-31T07:55:42.483Z"
}