UNPKG

@appearhere/bloom

Version:

Appear Here's pattern library and styleguide

10 lines (8 loc) 279 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> ));