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

<Meta of={BrandStories} />

# Brand

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

/>

<KAIOInstallation exportNames="Brand" />

## Overview

> “Brand is a promise to your customer, culture is how you deliver on it.”
> — Didier Elzinga

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

## API

<DocsStory of={BrandStories.Variants} />
