Avatar stack
Avatar stack displays two or more avatars in an inline stack.
On this page
- @primer/react@37.2.0
- Alpha
- Not reviewed for accessibility
On this page
Import
import {AvatarStack} from '@primer/react'
Examples
Props
AvatarStack
Name | Default | Description |
---|---|---|
alignRight | false | boolean Align the avatars to the right |
disableExpand | false | boolean Do not spread the avatars on hover |
size | 20 | number | { narrow?: number; regular?: number; wide?: number; } The size of the avatar children in pixels. |
sx | SystemStyleObject |