UNPKG

@appearhere/bloom

Version:

Appear Here's pattern library and styleguide

11 lines (9 loc) 293 B
import React from 'react'; import { storiesOf } from '@storybook/react'; import cx from 'classnames'; import Loader from './Loader'; import m from '../../globals/modifiers.css'; storiesOf('Loader', module) .add('Default', () => ( <Loader className={cx(m.fontLgV, m.fgPrimary)} /> ));