Avatar Group
An overlapping stack of avatars that share one size and show a "+N" overflow count.
Basic
ALGHLT+4
Show codeHide code
Magnitudes
magnitude on the group sizes every avatar at once — the children don’t set it. Groups support the three Figma sizes: 2xs, xs, and sm.
ALGHLT
ALGHLT
ALGHLT
Show codeHide code
Fallbacks
An avatar shows its photo when a src is available, falls back to initials when it isn’t, and finally to an anonymous person icon when no initials are given either.
ALGH
Show codeHide code
Tones
Initials avatars take a tone for their background color; when omitted, a stable color is derived from the member’s name.
DSENPRRSMK
Show codeHide code
Installation
import { Avatar } from "@makeplane/propel/components/avatar";
import { AvatarGroup } from "@makeplane/propel/components/avatar-group";