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 d115d14 commit ecfd6c8Copy full SHA for ecfd6c8
.storybook/manager.js
@@ -0,0 +1,6 @@
1
+import { addons } from '@storybook/addons';
2
+import theme from './theme';
3
+
4
+addons.setConfig({
5
+ theme: theme,
6
+});
.storybook/theme.js
@@ -0,0 +1,8 @@
+import { create } from '@storybook/theming/create';
+export default create({
+ base: 'light',
+ brandTitle: 'React DSV Import',
7
+ brandUrl: 'https://github.com/openscript/react-dsv-import',
8
0 commit comments