@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',
      ],
      ...

Package Sidebar

Install

npm i @a110/storybook-expand-all

Weekly Downloads

842

Version

1.1.1

License

MIT

Unpacked Size

10.7 kB

Total Files

8

Last publish

Collaborators

  • llaenowyd