storybook-addon-export-stories
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

storybook-addon-export-stories

A storybook addon to save a list of stories into JSON

Installation

npm i -D storybook-addon-export-stories

Configuration

in the main.js file in your storybook config, register storybook-addon-export-stories:

module.exports = {
  ...
  addons: [
    'storybook-addon-export-stories',
  ],
};
 

Usage

A button will be displayed in the Storybook toolbar - you can click that button to download all your stories to a stories.json file.

Package Sidebar

Install

npm i storybook-addon-export-stories

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

4.55 kB

Total Files

8

Last publish

Collaborators

  • atanasster