skeleton.json — ui Source File
Architecture documentation for skeleton.json, a json file in the ui codebase.
Entity Profile
Source Code
{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "skeleton",
"files": [
{
"path": "registry/new-york-v4/ui/skeleton.tsx",
"content": "import { cn } from \"@/lib/utils\"\n\nfunction Skeleton({ className, ...props }: React.ComponentProps<\"div\">) {\n return (\n <div\n data-slot=\"skeleton\"\n className={cn(\"bg-accent animate-pulse rounded-md\", className)}\n {...props}\n />\n )\n}\n\nexport { Skeleton }\n",
"type": "registry:ui"
}
],
"type": "registry:ui"
}
Source
Frequently Asked Questions
What does skeleton.json do?
skeleton.json is a source file in the ui codebase, written in json.
Where is skeleton.json in the architecture?
skeleton.json is located at apps/v4/public/r/styles/new-york-v4/skeleton.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