packages/components/eui-avatar/avatar-content/avatar-content-sublabel.component.ts
Component for displaying a list of avatars. This component serves as a container that arranges multiple avatars in a visually coherent group, typically with slight overlapping to save space.
The component uses content projection to allow placing multiple avatar components within it and applies appropriate styling via the 'eui-avatar-list' CSS class.
| selector | eui-avatar-content-sublabel |
| template | |
| styleUrl | ./avatar-content-sublabel.scss |
HostBindings |
Accessors |
| class |
Type : string
|
|
Binds the CSS class 'eui-avatar-list' to the host element. This class provides the styling necessary for arranging avatars in a list. |
| cssClasses |
getcssClasses()
|
|
Binds the CSS class 'eui-avatar-list' to the host element. This class provides the styling necessary for arranging avatars in a list.
Returns :
string
|