COMPONENT DESCRIPTION GOES HERE
The easiest way to use MyComponent is to install it from NPM and include it in your own React build process (using Browserify, Webpack, etc).
npm install my-component --save
import React from 'react'
import ReactDOM from 'react-dom'
import MyComponent from './MyComponent'
ReactDOM.render(<MyComponent name="Jane" />, document.getElementById('container'));
npm test
MIT. Copyright (c) 2016 Jane Smith.