On this page
API Reference

AvatarGroup#

Github

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#

NameTypeDefaultDescription
sizelg md sm xsmdThe size of the avatars in avatar group.
colorauto gray blue purple orange red greenautoControls the display color of the avatar. auto color is not completely random, but randomly generated from a list of colors.
colorSchemadark light outlinelightControls the display color schema of the avatar.
shapecircle squarecircleThe shape of the avatar to apply.