👊 The only real Storybook add-on you will ever really need.
Install the following npm module:
npm i --save-dev storybook-addon-chucknorris
or with yarn:
yarn add -D storybook-addon-chucknorris
Simply import the Storybook ChuckNorris Addon in the addons.js
file in your .storybook
directory.
import 'storybook-addon-chucknorris/register';
This will register the Chuck Norris Addon to Storybook and will show up in the action area.