Skip to content

Commit

Permalink
chore: storybook addon config
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraghazra committed Aug 25, 2020
1 parent 1eeb686 commit 186881f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .storybook/manager.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import { addons } from "@storybook/addons";

addons.setConfig({
isFullscreen: false,
showNav: true,
showPanel: true,
panelPosition: "bottom",
sidebarAnimations: true,
enableShortcuts: false,
isToolshown: true,
theme: undefined,
initialActive: "sidebar",
showRoots: false,
});

0 comments on commit 186881f

Please sign in to comment.