1. Primitives
  2. AvatarStack

<AvatarStack />

The AvatarStack component displays a horizontal overlapping list of Avatar and AvatarCounter components.
<Card padding={4}>
<AvatarStack>
<AvatarCounter count={2} />
<Avatar
color="magenta"
initials="uq"
/>
<Avatar
color="blue"
initials="uq"
/>
<Avatar
color="purple"
src="https://source.unsplash.com/96x96/?face"
/>
</AvatarStack>
</Card>

Properties  

maxLength?: number
The maximum number of items to render. If items are hidden, will also display the hidden item count as a separate AvatarCounter component.
size?: 0 | 1 | 2 | 3 | Array<0 | 1 | 2 | 3>
Made withby folks at