Back to Storybook

Storybook Theme Example Variables

docs/_snippets/storybook-theme-example-variables.md

10.3.6336 B
Original Source
js
import { create } from 'storybook/theming';

export default create({
  base: 'light',
  brandTitle: 'My custom Storybook',
  brandUrl: 'https://example.com',
  brandImage: 'https://storybook.js.org/images/placeholders/350x150.png',
  brandTarget: '_self',
});