Norbert de Langen c08a7462e2 Update README.md
2017-10-23 15:52:18 +02:00
..
2017-09-06 00:54:12 +02:00
2017-05-26 11:21:46 +02:00
2017-10-20 21:44:34 +02:00
2017-10-23 15:52:18 +02:00

Storybook Comments Addon

Build Status on CircleCI CodeFactor Known Vulnerabilities BCH compliance codecov
Storybook Slack Backers on Open Collective Sponsors on Open Collective


THIS ADDON IS CURRENTLY NOT WORKING - NOT MAINTAINED


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';