avatar-group-count.tsx — ui Source File
Architecture documentation for avatar-group-count.tsx, a tsx file in the ui codebase. 1 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 71a3971c_340e_9479_abee_96139e516a56["avatar-group-count.tsx"] ec3aa9ae_e596_5628_1560_c37c71899cb4["avatar"] 71a3971c_340e_9479_abee_96139e516a56 --> ec3aa9ae_e596_5628_1560_c37c71899cb4 style 71a3971c_340e_9479_abee_96139e516a56 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import {
Avatar,
AvatarFallback,
AvatarGroup,
AvatarGroupCount,
AvatarImage,
} from "@/examples/radix/ui/avatar"
export function AvatarGroupCountExample() {
return (
<AvatarGroup className="grayscale">
<Avatar>
<AvatarImage src="https://github.com/shadcn.png" alt="@shadcn" />
<AvatarFallback>CN</AvatarFallback>
</Avatar>
<Avatar>
<AvatarImage src="https://github.com/maxleiter.png" alt="@maxleiter" />
<AvatarFallback>LR</AvatarFallback>
</Avatar>
<Avatar>
<AvatarImage
src="https://github.com/evilrabbit.png"
alt="@evilrabbit"
/>
<AvatarFallback>ER</AvatarFallback>
</Avatar>
<AvatarGroupCount>+3</AvatarGroupCount>
</AvatarGroup>
)
}
Domain
Subdomains
Functions
Dependencies
- avatar
Source
Frequently Asked Questions
What does avatar-group-count.tsx do?
avatar-group-count.tsx is a source file in the ui codebase, written in tsx. It belongs to the DocumentationAtlas domain, ContentSourcing subdomain.
What functions are defined in avatar-group-count.tsx?
avatar-group-count.tsx defines 1 function(s): AvatarGroupCountExample.
What does avatar-group-count.tsx depend on?
avatar-group-count.tsx imports 1 module(s): avatar.
Where is avatar-group-count.tsx in the architecture?
avatar-group-count.tsx is located at apps/v4/examples/radix/avatar-group-count.tsx (domain: DocumentationAtlas, subdomain: ContentSourcing, 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