2.0 alpha
These docs describe 2.0. Install it with @once-ui-system/core@alpha.
On 1.8.x? Read the 1.x docs
TrademarkTrademarkDocs
Ctrl k
Search docs...
Components

AvatarGroup

Updated: May 5, 2025
View on GitHub
A component for displaying multiple user avatars in a compact, horizontal stack. Commonly used in collaborative interfaces to show team members, participants, or contributors. AvatarGroup supports the same T-shirt sizing model as Avatar. Use the limit prop to control how many avatars are displayed. Any additional avatars will be represented by a count indicator. Use the reverse prop to change the stacking order of avatars. AvatarGroup supports all the same avatar types as the Avatar component.
Prop
Type
Default
avatarsrequired
The people, in order.
AvatarProps[]
size
Size of every avatar in the stack.
xllmsxs
m
reverse
Stack from the other side.
booleanfalse
limit
Show at most this many, then a +N.
number
className
string
style
React.CSSProperties
…and every FlexProps propinherited
Edit this page on GitHub
TrademarkTrademark
Built with curiosity by Lorant One and the Design Engineers Club