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

import Button from '../button'

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

# Orange

## Preview

<Preview>
  <Story name="Orange">
    <Button variant="orange" >
      <i className="fas fa-exclamation-triangle"></i>&nbsp;Warning
    </Button>
  </Story>
</Preview>

## Props

<Props of={Button} />
