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 a8bb8ce2_e983_f979_1a28_d22efc6f6e97["avatar-basic.tsx"] 00c9789a_2f63_b98d_c90d_4d6abf3582ce["avatar"] a8bb8ce2_e983_f979_1a28_d22efc6f6e97 --> 00c9789a_2f63_b98d_c90d_4d6abf3582ce style a8bb8ce2_e983_f979_1a28_d22efc6f6e97 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { Avatar, AvatarFallback, AvatarImage } from "@/examples/base/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/base/avatar-basic.tsx (domain: DocumentationAtlas, subdomain: Changelog, directory: apps/v4/examples/base).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free