ComponentsAvatar Group

AvatarGroup

The AvatarGroup component is used to group multiple avatars.

GitHub LogoSource Code
Ben
Beatrice
Wayne
+4

Custom overflow component

By default, when the number of avatars exceeds the maxVisible prop, the HvAvatarGroup component will show +X where X is the number of avatars that are not visible. The overflowComponent prop allows you to customize the overflow component that is displayed in this scenario.

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.