{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "skeleton-card",
  "title": "Skeleton Card",
  "description": "component for the Skeleton Card",
  "registryDependencies": [
    "skeleton"
  ],
  "files": [
    {
      "path": "app/registry/skeleton/usage/skeleton-card.tsx",
      "content": "import { Skeleton } from \"@/components/ui/skeleton\";\n\nexport function SkeletonCard() {\n  return (\n    <div className=\"flex flex-col space-y-3\">\n      <Skeleton className=\"h-[125px] w-[250px] rounded-xl\" />\n      <div className=\"space-y-2\">\n        <Skeleton className=\"h-4 w-[250px]\" />\n        <Skeleton className=\"h-4 w-[200px]\" />\n      </div>\n    </div>\n  );\n}\n",
      "type": "registry:component",
      "target": "components/spectrumui/skeleton-card.tsx"
    }
  ],
  "type": "registry:component"
}
