Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (25 loc) · 916 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 916 Bytes

storybook-addon-comments

based on firebase database

npm Greenkeeper badge Travis badge

Install

yarn add storybook-addon-comments -D
// .storybook/addons.js

import 'storybook-addon-comments';
// .storybook/config.js

import setCommentsConfig from 'storybook-addon-comments';

setCommentsConfig({
  apiKey: "******",
  authDomain: "[name].firebaseapp.com",
  databaseURL: "https://[name].firebaseio.com",
  projectId: "[name]",
  storageBucket: "[name].appspot.com",
  messagingSenderId: "111111111111"
});