Avatar Group

Compound component that displays a number of avatars grouped together in a stack.

Import

import { AvatarGroup } from '@vortex-kit/vortex';
import type { AvatarGroupProps } from '@vortex-kit/vortex';

Display

<AvatarGroup members={data} limit={4} />

Allied components

AvatarGroup

Prop
Type
Default
size
union
md
limit
number
squared
boolean
members
arr of obj
attributes
object
className
union
Avatar Group Component Props — Vortex Design System