import { action } from '@storybook/addon-actions';
import { Meta, Story, Props } from '@storybook/addon-docs/blocks';
import { Divider } from '../src/index';

<Meta title="Components|Divider" component={Image} />

# Divider

The Image component provides an easy way to add lazy loading images to the
page and keeps styling consistent for all images.

<Props of={Divider} />

<Story name="simple">
  <Divider />
</Story>

## Dashed

<Story name="dashed">
  <Divider dashed />
</Story>
