Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
theme: {
brandTitle: 'WAAVI',
brandUrl: 'https://waavi.com',
brandImage: 'https://i.imgur.com/B5rSlPn.png',
},
// Doc: https://github.com/storybooks/storybook/tree/master/addons/options
addonPanelInRight: true,
},
// Doc: https://github.com/storybooks/storybook/tree/master/addons/backgrounds
backgrounds: [
{ name: 'Dark Mode', value: '#333333' },
{ name: 'Gray Mode', value: '#e1e1e1' },
],
})
addDecorator(withInfo({}))
addDecorator(withKnobs)
configure(loadStories, module)