import { Meta, Story, Preview, Props } from '@storybook/addon-docs/blocks'
import Button from '../button'

<Meta title="Design System/Components/Button/Blue" />

# Blue

## Preview

<Preview>
  <Story name="Blue">
    <Button variant="blue">
      <i className="fas fa-cloud-download-alt"></i>&nbsp;&nbsp;Download
    </Button>
  </Story>
</Preview>

## Props

<Props of={Button} />
