storybook-addon-chucknorris
v0.1.1
Published
👊 The only real Storybook addon you will ever really need.
Downloads
1
Maintainers
Readme
Chuck Norris ❤️ Storybook
👊 The only real Storybook add-on you will ever really need.
Installation
Install the following npm module:
npm i --save-dev storybook-addon-chucknorris
or with yarn:
yarn add -D storybook-addon-chucknorris
Basic Usage
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.