AvatarGroupCount() — ui Function Reference
Architecture documentation for the AvatarGroupCount() function in avatar.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 4625a805_aee0_ef37_34b5_10bfd9bf73df["AvatarGroupCount()"] a569ba89_14b5_b23e_2c1c_20d0ed4dea93["avatar.tsx"] 4625a805_aee0_ef37_34b5_10bfd9bf73df -->|defined in| a569ba89_14b5_b23e_2c1c_20d0ed4dea93 style 4625a805_aee0_ef37_34b5_10bfd9bf73df fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/base/ui/avatar.tsx lines 86–101
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}
/>
)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does AvatarGroupCount() do?
AvatarGroupCount() is a function in the ui codebase, defined in apps/v4/registry/bases/base/ui/avatar.tsx.
Where is AvatarGroupCount() defined?
AvatarGroupCount() is defined in apps/v4/registry/bases/base/ui/avatar.tsx at line 86.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free