{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "skeleton-card", "title": "Skeleton Card", "description": "Shimmer-animated skeleton placeholder components", "files": [ { "path": "registry/pioneerui/skeleton-card.tsx", "content": "import React from \"react\"\nimport { cn } from \"@/lib/utils\"\n\nexport function Skeleton({ className, ...props }: React.HTMLAttributes) {\n return (\n \n )\n}\n\nexport function SkeletonCard({ className, ...props }: React.HTMLAttributes) {\n return (\n \n
\n \n
\n \n \n
\n
\n \n
\n \n \n \n
\n
\n \n \n
\n \n )\n}\n\nexport function SkeletonList({ rows = 5, className, ...props }: React.HTMLAttributes & { rows?: number }) {\n return (\n
\n {Array.from({ length: rows }).map((_, i) => (\n
\n \n
\n \n \n
\n \n
\n ))}\n
\n )\n}\n", "type": "registry:ui", "target": "components/pioneerui/skeleton-card.tsx" } ], "type": "registry:ui" }