import { Meta, Story, Canvas } from '@storybook/addon-docs/blocks';
import { SideBar } from './side-bar.component';

<Meta title="Organisms/SideBar" component={SideBar} />

# Side Bar

Text to be displayed gets passed in as an array of strings, where each array renders as a new paragraph.

The Info icon is currently hardcoded into the component.

## Normal

<Canvas>
  <Story id="organisms-sidebar--normal" />
</Canvas>
