{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "skeleton-01",
  "title": "Basic",
  "description": "A stack of placeholder lines for a text block.",
  "dependencies": [],
  "registryDependencies": [
    "skeleton"
  ],
  "files": [
    {
      "path": "registry/patterns/skeleton/skeleton-01.tsx",
      "content": "import { Skeleton } from '@/components/ui/skeleton'\n\nexport function Skeleton01() {\n  return (\n    <div className=\"flex w-full flex-col gap-2.5\">\n      <Skeleton className=\"h-4 w-full\" />\n      <Skeleton className=\"h-4 w-full\" />\n      <Skeleton className=\"h-4 w-4/5\" />\n    </div>\n  )\n}\n",
      "type": "registry:component",
      "target": "components/flx/patterns/skeleton/skeleton-01.tsx"
    }
  ],
  "type": "registry:block"
}