UNPKG

@appearhere/bloom

Version:

Appear Here's pattern library and styleguide

11 lines (9 loc) 290 B
import React from 'react'; import { storiesOf } from '@storybook/react'; import Moment from './Moment'; storiesOf('Moment', module) .add('Default', () => ( <Moment title="Great success!"> Why keep working when you’ve done so well? Have a slice on us 🍕 </Moment> ));