COMPONENT DESCRIPTION GOES HERE
Live demo: LINK TO LIVE DEMO
To build the examples locally, run:
npm install
gulp dev
Then open localhost:8000
in a browser.
The easiest way to use My-Component 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/my-component.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 my-component --save
EXPLAIN USAGE HERE
var MyComponent = require('my-component');
<MyComponent>Example</MyComponent>
- DOCUMENT PROPERTIES HERE
ADDITIONAL USAGE NOTES
MIT. Copyright (c) 2014 Jed Watson.