SkeletonDemo() — ui Function Reference
Architecture documentation for the SkeletonDemo() function in skeleton-demo.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 5e76142b_d737_a082_bf45_aa736117f18d["SkeletonDemo()"] 0c263e32_9456_7767_3413_37cdc1773c7b["skeleton-demo.tsx"] 5e76142b_d737_a082_bf45_aa736117f18d -->|defined in| 0c263e32_9456_7767_3413_37cdc1773c7b style 5e76142b_d737_a082_bf45_aa736117f18d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
deprecated/www/registry/new-york/internal/sink/components/skeleton-demo.tsx lines 3–13
export function SkeletonDemo() {
return (
<div className="flex items-center space-x-4">
<Skeleton className="h-12 w-12 rounded-full" />
<div className="space-y-2">
<Skeleton className="h-4 w-[250px]" />
<Skeleton className="h-4 w-[200px]" />
</div>
</div>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does SkeletonDemo() do?
SkeletonDemo() is a function in the ui codebase, defined in deprecated/www/registry/new-york/internal/sink/components/skeleton-demo.tsx.
Where is SkeletonDemo() defined?
SkeletonDemo() is defined in deprecated/www/registry/new-york/internal/sink/components/skeleton-demo.tsx at line 3.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free