Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 623 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 623 Bytes

storybook-addon-goto-iframe

NPM Version

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-iframe

For Storybook v3 and Webpack v3

yarn add -D storybook-addon-goto-iframe@^1.0.0

Usage

Install and then add the following line to your .storybook/addons.js file:

import 'storybook-addon-goto-iframe/register';