1.0.4 • Published 2 years ago

@cloudbees/honeyui-versions-addon v1.0.4

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
2 years ago

@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
1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.0-alpha.6

2 years ago

1.0.0-alpha.5

2 years ago

1.0.0-alpha4

2 years ago

1.0.0-alpha3

2 years ago

1.0.0-alpha2

2 years ago

1.0.0-alpha

2 years ago