AvatarDemo() — ui Function Reference
Architecture documentation for the AvatarDemo() function in avatar-demo.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 95dab5e5_afca_6e49_73a0_04070874545c["AvatarDemo()"] 8bdcf7e7_2c8f_8537_1297_d1b4cd99e499["avatar-demo.tsx"] 95dab5e5_afca_6e49_73a0_04070874545c -->|defined in| 8bdcf7e7_2c8f_8537_1297_d1b4cd99e499 style 95dab5e5_afca_6e49_73a0_04070874545c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
deprecated/www/registry/new-york/internal/sink/components/avatar-demo.tsx lines 7–14
export function AvatarDemo() {
return (
<Avatar>
<AvatarImage src="https://github.com/shadcn.png" alt="@shadcn" />
<AvatarFallback>CN</AvatarFallback>
</Avatar>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does AvatarDemo() do?
AvatarDemo() is a function in the ui codebase, defined in deprecated/www/registry/new-york/internal/sink/components/avatar-demo.tsx.
Where is AvatarDemo() defined?
AvatarDemo() is defined in deprecated/www/registry/new-york/internal/sink/components/avatar-demo.tsx at line 7.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free