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

<Meta of={BadgeStories} />

# Badge

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

/>

<KAIOInstallation exportNames="Badge" />

## Overview

Badges show the count of some adjacent data. A dot badge notifies the user that something is new or updated without showing a count.

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