Home / Function/ AvatarGroupCountExample() — ui Function Reference

AvatarGroupCountExample() — ui Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  c290e248_e4b6_e2fa_f4f2_afcfbf23efa2["AvatarGroupCountExample()"]
  cd198399_0d27_8b24_8ca8_6417b9852814["avatar-group-count.tsx"]
  c290e248_e4b6_e2fa_f4f2_afcfbf23efa2 -->|defined in| cd198399_0d27_8b24_8ca8_6417b9852814
  style c290e248_e4b6_e2fa_f4f2_afcfbf23efa2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/examples/base/avatar-group-count.tsx lines 9–30

export function AvatarGroupCountExample() {
  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>
      <AvatarGroupCount>+3</AvatarGroupCount>
    </AvatarGroup>
  )
}

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free