{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "skeleton",
  "type": "registry:component",
  "title": "Skeleton",
  "author": "Toby Belhome",
  "description": "Displays a placeholder preview of your content before it loads.",
  "dependencies": [],
  "registryDependencies": [
    "skeleton"
  ],
  "files": [
    {
      "path": "examples/components/skeleton/01/page.tsx",
      "content": "import { Skeleton } from \"@/components/ui/skeleton\";\n\nexport default function SkeletonDemo() {\n  return (\n    <div className=\"flex items-center space-x-4\">\n      <Skeleton className=\"h-12 w-12 rounded-full\" />\n      <div className=\"space-y-2\">\n        <Skeleton className=\"h-4 w-[250px]\" />\n        <Skeleton className=\"h-4 w-[200px]\" />\n      </div>\n    </div>\n  );\n}\n",
      "type": "registry:component",
      "target": "components/skeleton.tsx"
    }
  ],
  "meta": {
    "isPro": false
  }
}