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 a795effa_f22f_e937_94ea_78be26d57480["avatar-demo.tsx"] 9a088841_0fc9_5075_043e_b2a2a1f69fe2["avatar"] a795effa_f22f_e937_94ea_78be26d57480 --> 9a088841_0fc9_5075_043e_b2a2a1f69fe2 style a795effa_f22f_e937_94ea_78be26d57480 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import {
Avatar,
AvatarFallback,
AvatarImage,
} from "@/registry/new-york/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/new-york/examples/avatar-demo.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: deprecated/www/registry/new-york/examples).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free