Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 272 Bytes

storybook-theme-example-variables.ts.mdx

File metadata and controls

13 lines (11 loc) · 272 Bytes
// .storybook/YourTheme.js

import { create } from '@storybook/theming';

export default create({
  base: 'light',
  brandTitle: 'My custom storybook',
  brandUrl: 'https://example.com',
  brandImage: 'https://place-hold.it/350x150',
  brandTarget: '_self',
});