Orange Design System Storybook Theme provides a Storybook theme for Orange.
- 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,
});
ods-storybook-theme | Storybook |
---|---|
1.x | 6.x, 7.x, 8.x |
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.
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.
Code released under the MIT License.