UNPKG

@appearhere/bloom

Version:

Appear Here's pattern library and styleguide

10 lines (8 loc) 330 B
import React from 'react'; import { storiesOf } from '@storybook/react'; import StepIcon from './StepIcon'; storiesOf('StepIcon', module) .add('Step 1', () => <StepIcon>1</StepIcon>) .add('Step 2', () => <StepIcon>2</StepIcon>) .add('Step 3', () => <StepIcon>3</StepIcon>) .add('Step 10', () => <StepIcon>10</StepIcon>);