EmptyAvatarGroup() — ui Function Reference
Architecture documentation for the EmptyAvatarGroup() function in empty-avatar-group.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 0fc7f0ce_5bc8_4516_fad7_ea6a1d9e4071["EmptyAvatarGroup()"] 3eacc9eb_e106_6a7e_6a25_6a895e73f114["empty-avatar-group.tsx"] 0fc7f0ce_5bc8_4516_fad7_ea6a1d9e4071 -->|defined in| 3eacc9eb_e106_6a7e_6a25_6a895e73f114 style 0fc7f0ce_5bc8_4516_fad7_ea6a1d9e4071 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/new-york-v4/examples/empty-avatar-group.tsx lines 18–57
export default function EmptyAvatarGroup() {
return (
<Empty>
<EmptyHeader>
<EmptyMedia>
<div className="*:data-[slot=avatar]:ring-background flex -space-x-2 *:data-[slot=avatar]:size-12 *:data-[slot=avatar]:ring-2 *:data-[slot=avatar]: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>
</div>
</EmptyMedia>
<EmptyTitle>No Team Members</EmptyTitle>
<EmptyDescription>
Invite your team to collaborate on this project.
</EmptyDescription>
</EmptyHeader>
<EmptyContent>
<Button size="sm">
<PlusIcon />
Invite Members
</Button>
</EmptyContent>
</Empty>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does EmptyAvatarGroup() do?
EmptyAvatarGroup() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/examples/empty-avatar-group.tsx.
Where is EmptyAvatarGroup() defined?
EmptyAvatarGroup() is defined in apps/v4/registry/new-york-v4/examples/empty-avatar-group.tsx at line 18.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free