1.1.3 • Published 2 years ago

storybook-reset-url-args v1.1.3

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

storybook-reset-url-args

A storybook addon dump arguments to url and reloads the page

Installation

Install the following npm module:

npm i --save-dev storybook-reset-url-args

Then, add following content to .storybook/main.js

module.exports = {
  addons: ['storybook-reset-url-args']
};

When developing for a storybook, I had to manually remove all arguments in the url, for various reasons. If you have the same problem, welcome.

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago