ComponentsAvatar Group

AvatarGroup

The Avatar Group displays a collection of avatars, often used to represent groups or teams.

GitHub LogoSource Code
Ben
Beatrice
Wayne
+4

Custom overflow component

By default, when the number of avatars exceeds the maxVisible prop, the HvAvatarGroup component displays a +X indicator for the hidden avatars. You can customize this overflow behavior using the overflowComponent prop.

Ben
Beatrice
Wayne

With tooltip

The HvAvatarGroup component expects HvAvatar as children but you can wrap them with a HvTooltip component to display a tooltip on hover.