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 cd198399_0d27_8b24_8ca8_6417b9852814["avatar-group-count.tsx"] 00c9789a_2f63_b98d_c90d_4d6abf3582ce["avatar"] cd198399_0d27_8b24_8ca8_6417b9852814 --> 00c9789a_2f63_b98d_c90d_4d6abf3582ce style cd198399_0d27_8b24_8ca8_6417b9852814 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import {
Avatar,
AvatarFallback,
AvatarGroup,
AvatarGroupCount,
AvatarImage,
} from "@/examples/base/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/base/avatar-group-count.tsx (domain: DocumentationAtlas, subdomain: ContentSourcing, 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