AvatarStack
Use an avatar stack to display two or more avatars in an inline stack.
import {AvatarStack} from '@primer/react'
Name | Type | Default | Description |
---|---|---|---|
alignRight | boolean | false | Align the avatars to the right |
disableExpand | boolean | false | Do not spread the avatars on hover |
size | number | { narrow?: number; regular?: number; wide?: number; } | 20 | The size of the avatar children in pixels. |
sx | SystemStyleObject |