AvatarGroupOverflow appears at the end of an AvatarGroup to summarize people who are not shown individually. Use it when a group is sliced to a small number of visible avatars but the hidden count still matters.
tsimport {AvatarGroupOverflow} from '@astryxdesign/core/AvatarGroup'
| Guidance | Practices |
|---|---|
| Do | Pass the real hidden count to |
| Do | Use short custom text such as |
| Do | Provide |
| Don't | Do not use long labels inside the indicator; place longer participant details next to the group instead. |
Provide short custom children such as 12+ when the overflow count needs compact product-specific formatting.
Use AvatarGroupOverflow without children to render the standard +N overflow count.