Home / Function/ AvatarGroupExample() — ui Function Reference

AvatarGroupExample() — ui Function Reference

Architecture documentation for the AvatarGroupExample() function in avatar-group.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  29b87203_74d4_c181_ff84_926b368554ff["AvatarGroupExample()"]
  0364ff98_e854_efe9_fd4d_51db522539bc["avatar-group.tsx"]
  29b87203_74d4_c181_ff84_926b368554ff -->|defined in| 0364ff98_e854_efe9_fd4d_51db522539bc
  style 29b87203_74d4_c181_ff84_926b368554ff fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/examples/base/avatar-group.tsx lines 8–28

export function AvatarGroupExample() {
  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>
    </AvatarGroup>
  )
}

Subdomains

Frequently Asked Questions

What does AvatarGroupExample() do?
AvatarGroupExample() is a function in the ui codebase, defined in apps/v4/examples/base/avatar-group.tsx.
Where is AvatarGroupExample() defined?
AvatarGroupExample() is defined in apps/v4/examples/base/avatar-group.tsx at line 8.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free