Skip to content

jordianguela/reactjs-component-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comment Box

COMPONENT DESCRIPTION GOES HERE

Demo & Examples

Live demo: janguela.github.io/reactjs-component-tutorial

To build the examples locally, run:

npm install
gulp dev

Then open localhost:8000 in a browser.

Installation

The easiest way to use comment-box is to install it from NPM and include it in your own React build process (using Browserify, Webpack, etc).

You can also use the standalone build by including dist/comment-box.js in your page. If you use this, make sure you have already included React, and it is available as a global variable.

npm install comment-box --save

Usage

EXPLAIN USAGE HERE

var CommentBox = require('comment-box');

<CommentBox>Example</CommentBox>

Properties

  • DOCUMENT PROPERTIES HERE

Notes

ADDITIONAL USAGE NOTES

License

PUT LICENSE HERE

Copyright (c) 2015 Jordi Anguela.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published