@ouds/storybook-theme
v1.0.0
Published
Provides a Storybook theme for Orange
Keywords
Readme
Table of contents
Quick start
- Install with npm:
npm install @ouds/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/manager-api';
import OrangeTheme from '@ouds/storybook-theme/OrangeTheme.js';
addons.setConfig({
theme: OrangeTheme,
});Supported versions
| @ouds/storybook-theme | Storybook | | --------------------- | --------- | | 1.x | 9.x, 10.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, OUDS 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 OUDS Storybook Theme.
Copyright and license
Code released under the MIT License.
