Home / Function/ AvatarGroupCount() — ui Function Reference

AvatarGroupCount() — ui Function Reference

Architecture documentation for the AvatarGroupCount() function in avatar.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  e4810ab8_9f4b_7c2a_85d8_7b3a73419972["AvatarGroupCount()"]
  a775b950_bc86_9b62_d013_95e438ad8899["avatar.tsx"]
  e4810ab8_9f4b_7c2a_85d8_7b3a73419972 -->|defined in| a775b950_bc86_9b62_d013_95e438ad8899
  style e4810ab8_9f4b_7c2a_85d8_7b3a73419972 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/radix/ui/avatar.tsx lines 89–104

function AvatarGroupCount({
  className,
  ...props
}: React.ComponentProps<"div">) {
  return (
    <div
      data-slot="avatar-group-count"
      className={cn(
        "cn-avatar-group-count ring-background relative flex shrink-0 items-center justify-center ring-2",
        "",
        className
      )}
      {...props}
    />
  )
}

Subdomains

Frequently Asked Questions

What does AvatarGroupCount() do?
AvatarGroupCount() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/ui/avatar.tsx.
Where is AvatarGroupCount() defined?
AvatarGroupCount() is defined in apps/v4/registry/bases/radix/ui/avatar.tsx at line 89.

Analyze Your Own Codebase

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

Try Supermodel Free