tsimport {AvatarGroup} from '@astryxdesign/core/AvatarGroup'
| Guidance | Practices |
|---|---|
| Do | Set max to limit visible avatars when the list is long; 3-5 is typical. |
| Do | Use AvatarGroupOverflow for custom overflow content like a popover trigger or "add member" button. |
| Do | Pass status dots, click handlers, or tooltips directly on each Avatar child. |
| Don't | Don't nest AvatarGroups; use a single group with all avatars. |