Skip to Content

Avatar Group

A data display component that groups multiple avatars together with overlapping or formatting. 

+5

Vertical Orientation

Set the orientation prop to vertical to change the orientation of the component.

+5

Customizing

globals.css
:root { --ex-avatar-group-gap-x: calc(var(--spacing) * -3); --ex-avatar-group-gap-y: calc(var(--spacing) * -3); --ex-avatar-group-ring-width: 3px; }

API

ElementSelector
Avatar.ex-avatar-group
PropTypeDefault
asElementTypediv
asChildbooleanfalse
orientationenum of ["horizontal", "vertical"]horizontal
Last updated on