Home / Function/ AvatarGroupCountIconExample() — ui Function Reference

AvatarGroupCountIconExample() — ui Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  36fe06d5_89f4_2f5b_e271_198d3851cee9["AvatarGroupCountIconExample()"]
  ee049472_01fd_5a33_83a0_55f151c30945["avatar-group-count-icon.tsx"]
  36fe06d5_89f4_2f5b_e271_198d3851cee9 -->|defined in| ee049472_01fd_5a33_83a0_55f151c30945
  style 36fe06d5_89f4_2f5b_e271_198d3851cee9 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/examples/base/avatar-group-count-icon.tsx lines 10–33

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

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free