Skip to content

melrose13-69/storybook-reset-url-args

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published