AvatarGroup
+1
Component API
AvatarGroup component props.
| Prop | Default | Description |
total | 0 | numberManually controls the count displayed in last Avatar. |
limit | — | numberAmount of avatars to display. Surplus will be rendered as count in an extra (last) Avatar. |
children | — | ReactNodeAvatars. |
offsetMultiplier | -0.3 | numberMultiplier for the offset of Avatars. Controls the overlap. |
className | — | stringContainer |
surplusClassName | — | string
|
renderSurplus | — | (surplusCount: number) => ReactNodeCustom render function for surplus displaying Avatar (counter). |
Last updated on