import React from 'react'; import { storiesOf } from '@kadira/storybook'; import { Toast } from '../UI'; const containerStyle = { position: 'fixed', top: 0, right: 0, width: 360, height: '100%', }; storiesOf('Toast', module) .add('All kinds stacked', () => (