UNPKG

create-react-component-folder-jovpet

Version:

Creates single react component folder structure. Forked version with enhanced scss

10 lines (8 loc) 219 B
import React from 'react'; import { storiesOf } from '@storybook/react'; import BUTTONCLICK from './button-click'; storiesOf('Button-click', module).add('Button-click', () => ( <div> <BUTTONCLICK /> </div> ));