Norbert de Langen 7765c4534b Merge branch 'master' into eslint-strict
# Conflicts:
#	app/react-native/src/manager/components/PreviewHelp.js
2017-06-06 17:43:50 +02:00
..
2017-06-06 16:34:36 +02:00
2017-05-26 11:21:46 +02: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';