Michael Shilman 8e03aacb68 v3.2.0
2017-07-31 07:12:08 -07:00
..
2017-05-26 11:21:46 +02:00
2017-07-31 07:12:08 -07:00
2017-05-27 22:10:34 +02:00

Storybook Comments Addon

Greenkeeper badge Build Status CodeFactor Known Vulnerabilities BCH compliance codecov Storybook Slack

Storybook Comments Addon allows you to add comments for your stories in Storybook.

This addon works with Storybook for: React.

Screenshot

Getting Started

First, install the addon

npm install -D @storybook/addon-comments

Add this line to your addons.js file (create this file inside your storybook config directory if needed).

import '@storybook/addon-comments/register';