{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "skeleton", "type": "registry:ui", "title": "Skeleton", "description": "Shimmer loading placeholder for content.", "dependencies": [], "registryDependencies": [], "files": [ { "path": "registry/starkui/skeleton.tsx", "content": "import { cn } from \"@/lib/utils\";\n\nexport function Skeleton({\n className,\n ...props\n}: React.HTMLAttributes) {\n return (\n \n );\n}\n", "type": "registry:ui", "target": "components/ui/skeleton.tsx" } ] }