2020-06-29 17:12:22 +10:00

15 lines
331 B
JavaScript

import { addons } from '@storybook/addons';
import { create } from '@storybook/theming/create';
const theme = create({
base: 'light',
brandTitle: 'Storybook for Rax',
brandUrl: 'https://github.com/storybookjs/storybook/tree/master/examples/rax-kitchen-sink',
});
addons.setConfig({
panelPosition: 'bottom',
theme,
});