avatar-demo.tsx — ui Source File
Architecture documentation for avatar-demo.tsx, a tsx file in the ui codebase. 1 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 69ce52a9_bc00_f464_d978_b0e9806bf4b0["avatar-demo.tsx"] 5df0dd07_24be_f6ef_717d_56a397fc9b0f["avatar"] 69ce52a9_bc00_f464_d978_b0e9806bf4b0 --> 5df0dd07_24be_f6ef_717d_56a397fc9b0f style 69ce52a9_bc00_f464_d978_b0e9806bf4b0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import {
Avatar,
AvatarFallback,
AvatarImage,
} from "@/registry/default/ui/avatar"
export default function AvatarDemo() {
return (
<Avatar>
<AvatarImage src="https://github.com/shadcn.png" alt="@shadcn" />
<AvatarFallback>CN</AvatarFallback>
</Avatar>
)
}
Domain
Subdomains
Functions
Dependencies
- avatar
Source
Frequently Asked Questions
What does avatar-demo.tsx do?
avatar-demo.tsx is a source file in the ui codebase, written in tsx. It belongs to the ComponentRegistry domain, ChartRegistry subdomain.
What functions are defined in avatar-demo.tsx?
avatar-demo.tsx defines 1 function(s): AvatarDemo.
What does avatar-demo.tsx depend on?
avatar-demo.tsx imports 1 module(s): avatar.
Where is avatar-demo.tsx in the architecture?
avatar-demo.tsx is located at deprecated/www/registry/default/examples/avatar-demo.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: deprecated/www/registry/default/examples).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free