{
  "id": "sahilxkhadka_proud-octopus-27",
  "name": "proud-octopus-27",
  "category": "loaders",
  "author": "sahilxkhadka",
  "description": "proud-octopus-27 组件",
  "tags": [],
  "original": {
    "html": "<div class=\"relative flex w-64 animate-pulse gap-2 p-4\">\n  <div class=\"h-12 w-12 rounded-full bg-slate-400\"></div>\n  <div class=\"flex-1\">\n    <div class=\"mb-1 h-5 w-3/5 rounded-lg bg-slate-400 text-lg\"></div>\n    <div class=\"h-5 w-[90%] rounded-lg bg-slate-400 text-sm\"></div>\n  </div>\n  <div class=\"absolute bottom-5 right-0 h-4 w-4 rounded-full bg-slate-400\"></div>\n</div>",
    "css": "",
    "file_path": "/mnt/persist/workspace/loaders/sahilxkhadka_proud-octopus-27.html"
  },
  "uniapp": {
    "template": "<view class=\"relative flex w-64 animate-pulse gap-2 p-4\"></view>\n  <view class=\"h-12 w-12 rounded-full bg-slate-400\"></view>\n  <view class=\"flex-1\"></view>\n    <view class=\"mb-1 h-5 w-3/5 rounded-lg bg-slate-400 text-lg\"></view>\n    <view class=\"h-5 w-[90%] rounded-lg bg-slate-400 text-sm\"></view>\n  </div>\n  <view class=\"absolute bottom-5 right-0 h-4 w-4 rounded-full bg-slate-400\"></view>\n</div>",
    "script": "export default {\n  name: 'GalaxyProudOctopus27',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "",
    "component_name": "GalaxyProudOctopus27"
  },
  "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": "low",
    "bundle_size": 376,
    "render_cost": "low",
    "memory_usage": "low"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:42.573Z",
  "updated_at": "2025-07-31T07:55:42.573Z"
}