@a110/storybook-expand-all

1.1.1 • Public • Published

@a110/storybook-expand-all

npm version

This Storybook Add On aims to expand all the items in the sidebar when the Storybook launches in the browser.

The credit is entirely due to this issue post.

Usage

  • Install with for example yarn add -D @a110/storybook-expand-all
  • Add to the list of addons in .storybook/main.js:
      ...
      addons: [
        '@storybook/addon-links',
        '@storybook/addon-essentials',
        '@storybook/addon-interactions',
        '@a110/storybook-expand-all',
      ],
      ...

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.1.13,666latest

Version History

VersionDownloads (Last 7 Days)Published
1.1.13,666
1.0.100
1.0.90
1.0.80
1.0.70
1.0.60
1.0.50
1.0.40
1.0.00

Package Sidebar

Install

npm i @a110/storybook-expand-all

Weekly Downloads

3,666

Version

1.1.1

License

MIT

Unpacked Size

10.7 kB

Total Files

8

Last publish

Collaborators

  • llaenowyd