1.9.1 • Published 9 years ago
@kadira/storybook-addon-comments v1.9.1
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-commentsAdd this line to your addons.js file (create this file inside your storybook config directory if needed).
import '@kadira/storybook-addon-comments/register';