empty-avatar-group.tsx — ui Source File
Architecture documentation for empty-avatar-group.tsx, a tsx file in the ui codebase. 4 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 2a1f14d0_b106_41ca_1e31_cae70262b99a["empty-avatar-group.tsx"] 00c9789a_2f63_b98d_c90d_4d6abf3582ce["avatar"] 2a1f14d0_b106_41ca_1e31_cae70262b99a --> 00c9789a_2f63_b98d_c90d_4d6abf3582ce 4544fa74_9b37_0912_c55e_f4ff161b8e83["button"] 2a1f14d0_b106_41ca_1e31_cae70262b99a --> 4544fa74_9b37_0912_c55e_f4ff161b8e83 29a55916_5997_18bd_e445_208bb7dd8efa["empty"] 2a1f14d0_b106_41ca_1e31_cae70262b99a --> 29a55916_5997_18bd_e445_208bb7dd8efa d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"] 2a1f14d0_b106_41ca_1e31_cae70262b99a --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3 style 2a1f14d0_b106_41ca_1e31_cae70262b99a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { Avatar, AvatarFallback, AvatarImage } from "@/examples/base/ui/avatar"
import { Button } from "@/examples/base/ui/button"
import {
Empty,
EmptyContent,
EmptyDescription,
EmptyHeader,
EmptyMedia,
EmptyTitle,
} from "@/examples/base/ui/empty"
import { PlusIcon } from "lucide-react"
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
Functions
Dependencies
- avatar
- button
- empty
- lucide-react
Source
Frequently Asked Questions
What does empty-avatar-group.tsx do?
empty-avatar-group.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 empty-avatar-group.tsx?
empty-avatar-group.tsx defines 1 function(s): EmptyAvatarGroup.
What does empty-avatar-group.tsx depend on?
empty-avatar-group.tsx imports 4 module(s): avatar, button, empty, lucide-react.
Where is empty-avatar-group.tsx in the architecture?
empty-avatar-group.tsx is located at apps/v4/examples/base/empty-avatar-group.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