{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "skeleton", "title": "Skeleton", "registryDependencies": [ "@birchline/tokens", "@birchline/utils" ], "files": [ { "path": "src/components/ui/skeleton.tsx", "content": "import { cn } from \"@/lib/utils\"\n\nfunction Skeleton({ className, ...props }: React.HTMLAttributes) {\n return (\n \n )\n}\n\nexport { Skeleton }\n", "type": "registry:ui", "target": "components/ui/skeleton.tsx" } ], "type": "registry:ui" }