storybook-addon-goto-iframe
v2.1.2
Published
[](https://www.npmjs.org/package/storybook-addon-goto-iframe)
Readme
storybook-addon-goto-iframe
Storybook.js addon to easily navigate directly to the current story's iframe!
Installation
For Storybook v4 and Webpack v4
yarn add -D storybook-addon-goto-iframeFor Storybook v3 and Webpack v3
yarn add -D storybook-addon-goto-iframe@^1.0.0Usage
Install and then add the following line to your .storybook/addons.js file:
import 'storybook-addon-goto-iframe/register';