Home / File/ skeleton-card.json — ui Source File

skeleton-card.json — ui Source File

Architecture documentation for skeleton-card.json, a json file in the ui codebase.

Entity Profile

Source Code

{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "skeleton-card",
  "registryDependencies": [
    "skeleton"
  ],
  "files": [
    {
      "path": "registry/new-york-v4/examples/skeleton-card.tsx",
      "content": "import { Skeleton } from \"@/registry/new-york-v4/ui/skeleton\"\n\nexport default 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:example"
    }
  ],
  "type": "registry:example"
}

Frequently Asked Questions

What does skeleton-card.json do?
skeleton-card.json is a source file in the ui codebase, written in json.
Where is skeleton-card.json in the architecture?
skeleton-card.json is located at apps/v4/public/r/styles/new-york-v4/skeleton-card.json (directory: apps/v4/public/r/styles/new-york-v4).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free