Displays a group of avatars arranged horizontally. It is useful to visually
showcase a group of related avatars, such as, project team members or employees.
The component allows you to display the avatars in different sizes,
depending on your use case.
The AvatarGroup component has two group types:
Group type: The avatars are displayed as partially overlapped on
top of each other and the entire group has one click/tap area.
Individual type: The avatars are displayed side-by-side and each
avatar has its own click/tap area.
When the available space is less than the width required to display all avatars,
an overflow visualization appears as a button placed at the end with the same shape
and size as the avatars. The visualization displays the number of avatars that have overflowed
and are not currently visible.
Defines the additional accessibility attributes that will be applied to the component. The following field is supported: - hasPopup: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button. Accepts the following string values: dialog, grid, listbox, menu or tree.
Defines the items of the component. Use the ui5-avatar component as an item. Note: The UX guidelines recommends using avatars with "Circle" shape. Moreover, if you use avatars with "Square" shape, there will be visual inconsistency as the built-in overflow action has "Circle" shape.
Defines the overflow button of the component. Note: We recommend using the ui5-button component. Note: If this slot is not used, the component will display the built-in overflow button.