Home / File/ empty-avatar-group.tsx — ui Source File

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.

File tsx DocumentationAtlas Changelog 4 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  a08ca1d7_2a24_8746_a0d1_3e934dc3cebd["empty-avatar-group.tsx"]
  ec3aa9ae_e596_5628_1560_c37c71899cb4["avatar"]
  a08ca1d7_2a24_8746_a0d1_3e934dc3cebd --> ec3aa9ae_e596_5628_1560_c37c71899cb4
  4b1d2128_46d9_46f0_b915_b6e1925b7876["button"]
  a08ca1d7_2a24_8746_a0d1_3e934dc3cebd --> 4b1d2128_46d9_46f0_b915_b6e1925b7876
  7277b9e1_25cb_9c37_cdd3_48ed692fffa2["empty"]
  a08ca1d7_2a24_8746_a0d1_3e934dc3cebd --> 7277b9e1_25cb_9c37_cdd3_48ed692fffa2
  d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"]
  a08ca1d7_2a24_8746_a0d1_3e934dc3cebd --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3
  style a08ca1d7_2a24_8746_a0d1_3e934dc3cebd fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { Avatar, AvatarFallback, AvatarImage } from "@/examples/radix/ui/avatar"
import { Button } from "@/examples/radix/ui/button"
import {
  Empty,
  EmptyContent,
  EmptyDescription,
  EmptyHeader,
  EmptyMedia,
  EmptyTitle,
} from "@/examples/radix/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>
  )
}

Subdomains

Functions

Dependencies

  • avatar
  • button
  • empty
  • lucide-react

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/radix/empty-avatar-group.tsx (domain: DocumentationAtlas, subdomain: Changelog, 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