Overlapping avatars with an overflow count — a compact way to show several people at once.
The group size applies to every child avatar.
Set max to cap visible avatars; the remainder collapse
into a “+N” chip. Click the chip to open a dropdown of
the hidden people — each row shows their avatar and name (read from each
avatar’s alt).
team rosters, shared-document viewers, multi-user presence, and collaborator lists.
alt — the names drive the overflow dropdown.max so the row stays compact in its container.max and let the rest overflow.role="group" labelled “Avatar group”.<button> with aria-haspopup="menu", aria-expanded, and an aria-label of “N more”.role="menu" with role="menuitem" rows; Esc closes it and returns focus to the trigger.