import { Canvas, Controls, Meta } from '@storybook/blocks'
import { ResourceLinks, KAIOInstallation } from '~storybook/components'
import * as AvatarGroupStories from './AvatarGroup.stories'

<Meta of={AvatarGroupStories} />

# AvatarGroup

<ResourceLinks
  sourceCode="https://github.com/cultureamp/kaizen-design-system/tree/main/packages/components/src/AvatarGroup"
  figma="https://www.figma.com/file/ZRfnoNUXbGZv4eVWLbF4Az/%F0%9F%96%BC%EF%B8%8F-Component-Gallery?type=design&node-id=0-1&mode=design&t=ITSkv2Fu67xK6kBC-0"
  designGuidelines="https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3065021264/Avatar+Group"

/>

<KAIOInstallation exportNames="AvatarGroup" />

## Overview

Avatar Group contains a list of companies, groups or users visually through profile images or initials.

<Canvas of={AvatarGroupStories.Playground} />
<Controls of={AvatarGroupStories.Playground} />

## API

Coming soon
