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