@cloudbees/honeyui-versions-addon
v1.0.4
Published
Versions toolbar addon for HoneyUI
Maintainers
Keywords
Readme
@cloudbees/honeyui-versions-addon
Versions toolbar addon for HoneyUI
Installation
Npm
npm i @cloudbees/honeyui-versions-addonYarn
yarn add @cloudbees/honeyui-versions-addonUsage
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 startRun tests
yarn testTest a release
yarn test:release