ods-storybook-theme

1.1.0 • Public • Published

ODS Storybook Theme

Orange Design System Storybook Theme provides a Storybook theme for Orange.

ods-orange-theme-screenshot

Quick start

  • Install with npm: npm install ods-storybook-theme --save-dev

In order to import the theme into Storybook, create new .storybook/manager.js file in your project containing:

import { addons } from '@storybook/addons';
import OrangeTheme from 'ods-storybook-theme/OrangeTheme.js';

addons.setConfig({
  theme: OrangeTheme,
});

Supported versions

ods-storybook-theme Storybook
1.x 6.x, 7.x

Dependents (0)

Package Sidebar

Install

npm i ods-storybook-theme

Weekly Downloads

56

Version

1.1.0

License

MIT

Unpacked Size

10.2 kB

Total Files

6

Last publish

Collaborators

  • julien-deramond