Ambient UI

Command Palette

Search for a command to run...

Avatar Group

A collection of avatars representing a group of users.

Usage

import { AvatarGroup } from "@smartacteam/ambient-web/avatar-group";
<AvatarGroup>
  <Avatar.Root>
    <Avatar.Image src="https://github.com/mrobillard7.png" alt="@mrobillard7" />
    <Avatar.Fallback>MR</Avatar.Fallback>
  </Avatar.Root>
  <Avatar.Root>
    <Avatar.Image
      src="https://github.com/ilikescience.png"
      alt="@ilikescience"
    />
    <Avatar.Fallback>MS</Avatar.Fallback>
  </Avatar.Root>
  <Avatar.Root>
    <Avatar.Image src="https://github.com/andrescv.png" alt="@andrescv" />
    <Avatar.Fallback>AC</Avatar.Fallback>
  </Avatar.Root>
</AvatarGroup>