Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Commit

Permalink
startup of storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonnymichel committed Feb 9, 2020
1 parent 734e407 commit 81952a4
Show file tree
Hide file tree
Showing 6 changed files with 17,221 additions and 5,199 deletions.
Empty file added .storybook/addons.js
Empty file.
4 changes: 4 additions & 0 deletions .storybook/config.js
@@ -0,0 +1,4 @@
import { configure } from '@storybook/react';

// automatically import all files ending in *.stories.js|mdx
configure(require.context('../stories', true, /\.stories\.js|mdx$/), module);
10 changes: 10 additions & 0 deletions .storybook/presets.js
@@ -0,0 +1,10 @@
module.exports = [
{
name: '@storybook/addon-docs/preset',
options: {
configureJSX: true,
babelOptions: {},
sourceLoaderOptions: null
}
}
];

0 comments on commit 81952a4

Please sign in to comment.