UNPKG
@yisheng90/react-loading
Version:
latest (1.5.0)
1.5.0
1.4.4
1.4.3
1.4.2
1.4.1
1.3.4
1.3.1
1.2.3
1.2.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A React Skeleton Component
github.com/yisheng90/react-loading
yisheng90/react-loading
@yisheng90/react-loading
/
.storybook
/
main.js
14 lines
(13 loc)
•
257 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module.exports
=
{
stories:
[
"../src/stories/**/*.stories.(js|mdx)"
],
addons:
[ {
name:
'@storybook/addon-docs'
,
options:
{
configureJSX:
true
,
babelOptions:
{},
sourceLoaderOptions:
null
, }, }, ], }
;