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 b223c670_791a_9628_4019_c28522049bb2["EmptyAvatarGroup()"] c0b53f3b_7b77_55d9_8960_38b71c350d92["empty-avatar-group.tsx"] b223c670_791a_9628_4019_c28522049bb2 -->|defined in| c0b53f3b_7b77_55d9_8960_38b71c350d92 style b223c670_791a_9628_4019_c28522049bb2 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/app/(app)/(root)/components/empty-avatar-group.tsx lines 18–57
export function EmptyAvatarGroup() {
return (
<Empty className="flex-none border py-10">
<EmptyHeader>
<EmptyMedia>
<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>
</AvatarGroup>
</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/app/(app)/(root)/components/empty-avatar-group.tsx.
Where is EmptyAvatarGroup() defined?
EmptyAvatarGroup() is defined in apps/v4/app/(app)/(root)/components/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