{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "skeleton", "files": [ { "path": "registry/radix-vega/ui/skeleton.tsx", "content": "import { cn } from \"@/registry/radix-vega/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" }