Fidely UI v1 beta is now available!. 🚀

Avatar Group

A graphical representation of multiple avatars.

Usage

import { Avatar, AvatarGroup } from '@fidely-ui/react/avatar'
<AvatarGroup>
  <Avatar.Root>
    <Avatar.Fallback />
    <Avatar.Image />
  </Avatar.Root>
</AvatarGroup>

To reduce the overlapping on each you can pass the spaceX to the AvatarGroup component.

On this page