mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-09-09 13:50:58 +02:00
refactor(storybook): storybook enhancement and cleanup
refactored the storybook codebase for all components re #381
This commit is contained in:
8
story/table/table.stories.js
Normal file
8
story/table/table.stories.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { storiesOf } from '@storybook/html';
|
||||
import { withKnobs } from '@storybook/addon-knobs';
|
||||
|
||||
import Table from './table.template';
|
||||
|
||||
storiesOf('Tables', module)
|
||||
.addDecorator(withKnobs)
|
||||
.add('Table', () => Table());
|
Reference in New Issue
Block a user