We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316a976 commit d088c2dCopy full SHA for d088c2d
.storybook/config.js
@@ -1,4 +1,4 @@
1
-import { configure } from '@storybook/react';
+import { configure, addParameters } from '@storybook/react';
2
import { setOptions } from '@storybook/addon-options';
3
4
setOptions({
@@ -7,4 +7,6 @@ setOptions({
7
downPanelInRight: true,
8
});
9
10
+addParameters({ options: { theme: {} } });
11
+
12
configure(() => require('../docs/docs/index.js'), module);
0 commit comments