AvatarDemo() — ui Function Reference
Architecture documentation for the AvatarDemo() function in avatar-demo.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD c1380c0d_1b61_1617_4056_34318a5887fd["AvatarDemo()"] 69ce52a9_bc00_f464_d978_b0e9806bf4b0["avatar-demo.tsx"] c1380c0d_1b61_1617_4056_34318a5887fd -->|defined in| 69ce52a9_bc00_f464_d978_b0e9806bf4b0 style c1380c0d_1b61_1617_4056_34318a5887fd fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
deprecated/www/registry/default/examples/avatar-demo.tsx lines 7–14
export default 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/default/examples/avatar-demo.tsx.
Where is AvatarDemo() defined?
AvatarDemo() is defined in deprecated/www/registry/default/examples/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