import { AvatarGroup } from 'vael-ui'
<AvatarGroup size="md" :overflowCount="0" :hoverLift="false">AvatarGroup</AvatarGroup>
Props
Name
Type
Default
Description
size
"md" | "sm" | "lg"
"md"
Sizes the generated overflow avatar; slotted `Avatar`s keep their own `size` prop.
overflowCount
number | undefined
0
Count of items NOT rendered as slotted `Avatar`s — the caller decides truncation, this only displays the remainder as "+N". 0 (default) renders nothing.
hoverLift
boolean | undefined
false
Lifts an avatar on hover to reveal it above its neighbors. Off by default.