import {AvatarStack} from '@primer/react'
<AvatarStack><Avatar alt="Primer" src="https://avatars.githubusercontent.com/primer" /><Avatar alt="GitHub" src="https://avatars.githubusercontent.com/github" /><Avatar alt="Atom" src="https://avatars.githubusercontent.com/atom" /><Avatar alt="Desktop" src="https://avatars.githubusercontent.com/desktop" /></AvatarStack>
<AvatarStack alignRight><Avatar alt="Primer" src="https://avatars.githubusercontent.com/primer" /><Avatar alt="GitHub" src="https://avatars.githubusercontent.com/github" /><Avatar alt="Atom" src="https://avatars.githubusercontent.com/atom" /><Avatar alt="Desktop" src="https://avatars.githubusercontent.com/desktop" /></AvatarStack>
Name | Type | Default | Description |
---|---|---|---|
alignRight | boolean | false | Align the avatars to the right |
sx | SystemStyleObject | Style overrides to apply to the component. See also overriding styles. |