{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "skeleton", "files": [ { "path": "registry/radix-luma/ui/skeleton.tsx", "content": "import { cn } from \"@/registry/radix-luma/lib/utils\"\n\nfunction Skeleton({ className, ...props }: React.ComponentProps<\"div\">) {\n return (\n
\n )\n}\n\nexport { Skeleton }\n", "type": "registry:ui" } ], "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/skeleton", "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/radix/examples/skeleton-example.tsx" } }, "type": "registry:ui" }