AvatarGroup
The Avatar component can be used as a visual representation of multiple users.
Import
import { AvatarGroup } from '@dynatrace/strato-components-preview/content';
Use cases
The AvatarGroup is a wrapper that stacks multiple
Avatars together.
Add multiple items
The AvatarGroup can display a maximum of 5 AvatarItems. If it contains more
than that, the remaining items are collapsed into a menu. The trigger icon shows
the number of menu items.
Polymorph items into links
The AvatarGroup.Item is polymorphic, so you can, for example, polymorph it to
an anchor.