Avatar Group is used to display a group of user avatars, typically representing multiple users participating in an activity or belonging to a group. It can display multiple avatars in a stacked or side-by-side manner.
import { AvatarGroup, Avatar } from "wis/avatar"
API Reference#
Name | Type | Default | Description |
---|---|---|---|
size | lg md sm xs | md | The size of the avatars in avatar group. |
color | auto gray blue purple orange red green | auto | Controls the display color of the avatar. auto color is not completely random, but randomly generated from a list of colors. |
colorSchema | dark light outline | light | Controls the display color schema of the avatar. |
shape | circle square | circle | The shape of the avatar to apply. |