skeleton-demo.json — ui Source File
Architecture documentation for skeleton-demo.json, a json file in the ui codebase.
Entity Profile
Source Code
{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "skeleton-demo",
"type": "registry:example",
"author": "shadcn (https://ui.shadcn.com)",
"registryDependencies": [
"skeleton"
],
"files": [
{
"path": "examples/skeleton-demo.tsx",
"content": "import { Skeleton } from \"@/registry/new-york/ui/skeleton\"\n\nexport default function SkeletonDemo() {\n return (\n <div className=\"flex items-center space-x-4\">\n <Skeleton className=\"h-12 w-12 rounded-full\" />\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",
"target": ""
}
]
}
Source
Frequently Asked Questions
What does skeleton-demo.json do?
skeleton-demo.json is a source file in the ui codebase, written in json.
Where is skeleton-demo.json in the architecture?
skeleton-demo.json is located at deprecated/www/public/r/styles/new-york/skeleton-demo.json (directory: deprecated/www/public/r/styles/new-york).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free