{
  "id": "NlghtM4re_silent-husky-54",
  "name": "silent-husky-54",
  "category": "loaders",
  "author": "NlghtM4re",
  "description": "silent-husky-54 组件 (green, progress, progress bar, loader, shadow, download, neon, bars, animation)",
  "tags": [
    "green",
    "progress",
    "progress bar",
    "loader",
    "shadow",
    "download",
    "neon",
    "bars",
    "animation"
  ],
  "original": {
    "html": "<div class=\"container\">\n  <div class=\"loader\"></div>\n</div>",
    "css": "/* From Uiverse.io by NlghtM4re - Tags: green, progress, progress bar, loader, shadow, download, neon, bars */\n.loader {\n  width: 60%;\n  height: 10px;\n  border-radius: 2px;\n  background-color: rgba(0, 0, 0, 0.2);\n  position: absolute;\n}\n\n.loader::before {\n  content: \"\";\n  position: absolute;\n  background-color: rgb(9, 188, 9);\n  width: 0%;\n  height: 100%;\n  border-radius: 2px;\n  animation: load 3.5s ease-in-out infinite;\n  box-shadow: rgb(9, 188, 9) 0px 2px 29px 0px;\n}\n\n.container {\n  display: flex;\n  justify-content: center;\n}\n\n@keyframes load {\n  50% {\n    width: 100%;\n  }\n\n  100% {\n    right: 0;\n    left: unset;\n  }\n}",
    "file_path": "/mnt/persist/workspace/loaders/NlghtM4re_silent-husky-54.html"
  },
  "uniapp": {
    "template": "<view class=\"container\"></view>\n  <view class=\"loader\"></view>\n</div>",
    "script": "export default {\n  name: 'GalaxySilentHusky54',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by NlghtM4re - Tags: green, progress, progress bar, loader, shadow, download, neon, bars */\n.loader {\n  width: 60%;\n  height: 20rpx;\n  border-radius: 4rpx;\n  background-color: rgba(0, 0, 0, 0.2);\n  position: absolute;\n}\n\n.loader::before {\n  content: \"\";\n  position: absolute;\n  background-color: rgb(9, 188, 9);\n  width: 0%;\n  height: 100%;\n  border-radius: 4rpx;\n  animation: load 3.5s ease-in-out infinite;\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: rgb(9, 188, 9) 0rpx 4rpx 58rpx 0rpx;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n}\n\n.container {\n  display: flex;\n  justify-content: center;\n}\n\n@keyframes load {\n  50% {\n    width: 100%;\n  }\n\n  100% {\n    right: 0;\n    left: unset;\n  }\n}\n",
    "component_name": "GalaxySilentHusky54"
  },
  "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": 691,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:39.924Z",
  "updated_at": "2025-07-31T07:55:39.924Z"
}