Avatar Group is used to represent a group of users or a brand. They are used in the header, sidebar, and in the chat.
React
Import all parts of the component and piece them together
React
The root component for the AvatarGroup.
| Prop | Type | Default |
|---|---|---|
customRootClass | string | -- |
className | string | -- |
size | string | -- |
variant | string | -- |
children | React.ReactNode | -- |
The item component for the AvatarGroup.
| Prop | Type | Default |
|---|---|---|
color | string | -- |
children | React.ReactNode | -- |
className | string | -- |
The avatar component for the AvatarGroup.
| Prop | Type | Default |
|---|---|---|
src | string | -- |
alt | string | -- |
The fallback component for the AvatarGroup.
| Prop | Type | Default |
|---|---|---|
children | React.ReactNode | -- |
className | string | -- |