@kadira/storybook-addon-comments
v1.9.1
Published
Comments addon for Storybook
Downloads
79
Keywords
Readme
Comments Addon
This Storybook addon allows you to add comments for your stories. This addon works on React Storybook.
Getting Started
First, install the addon
npm install -D @kadira/storybook-addon-comments
Add this line to your addons.js
file (create this file inside your storybook config directory if needed).
import '@kadira/storybook-addon-comments/register';