{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "skeleton", "title": "Skeleton", "description": "ContentGrid copy of the shadcn/ui Skeleton primitive.", "files": [ { "path": "src/primitives/skeleton.tsx", "content": "import * as React from \"react\";\nimport { cn } from \"../lib/utils\";\n\nfunction Skeleton({ className, ...props }: React.ComponentProps<\"div\">) {\n return (\n
\n );\n}\n\nexport { Skeleton };\n", "type": "registry:ui" } ], "type": "registry:ui" }