UNPKG

nishant-design-system

Version:
15 lines (11 loc) 318 B
// .storybook/manager.js import {addons} from '@storybook/addons'; import {themes} from '@storybook/theming'; import senseTheme from './SenseTheme'; addons.setConfig({ theme: senseTheme, previewTabs: { canvas: {title: 'Playground'}, 'storybook/docs/panel': {title: 'Documentation', index: -1}, }, });