@cloudbees/honeyui-versions-addon
v1.0.4
Published
Versions toolbar addon for HoneyUI
Downloads
24
Maintainers
Keywords
Readme
@cloudbees/honeyui-versions-addon
Versions toolbar addon for HoneyUI
Installation
Npm
npm i @cloudbees/honeyui-versions-addon
Yarn
yarn add @cloudbees/honeyui-versions-addon
Usage
Add "@cloudbees/honeyui-versions-addon"
to the addons
array in Storybook's main.js
file:
module.exports = {
addons: ["@cloudbees/honeyui-versions-addon", "@storybook/addon-essentials"]
};
Note: the order of addons does matter
For toolbar addons, this determines the visual order. e.g. placing the addon first in the array results in it being the first toolbar item; if the addon is last in the array, it will be shown as last in the toolbar. However, preset addons do not change visual ordering.
Development
yarn start
Run tests
yarn test
Test a release
yarn test:release