Skip to content

Orange-OpenSource/ods-storybook-theme

Repository files navigation

Orange Design System Storybook Theme

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

ods-orange-theme-screenshot

Table of contents

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, 8.x

Contributing

Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.

Please refer to the developer guide for information on how to build the library.

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, ODS Storybook Theme is maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we adhere to those rules whenever possible.

See the Releases section of our GitHub project for changelogs for each release version of ODS Storybook Theme.

Copyright and license

Code released under the MIT License.