Skip to content

Commit f336d0c

Browse files
committed
fix(storybook): show addons panel by default
1 parent 99a379b commit f336d0c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.storybook/manager.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ import { addons } from '@storybook/addons';
22
import theme from './theme';
33

44
addons.setConfig({
5-
theme: theme
5+
theme: theme,
6+
showPanel: true,
7+
panelPosition: "bottom",
68
});

0 commit comments

Comments
 (0)