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

import Button from '../button'

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

# Violet

## Preview

<Preview>
  <Story name="Violet">
    <Button variant="violet" >
      Read More&nbsp;&nbsp;<i className="fas fa-arrow-right"></i>
    </Button>
  </Story>
</Preview>

## Props

<Props of={Button} />
