Skip to content

Latest commit

 

History

History
executable file
·
32 lines (21 loc) · 609 Bytes

README.md

File metadata and controls

executable file
·
32 lines (21 loc) · 609 Bytes

MyComponent

COMPONENT DESCRIPTION GOES HERE

Installation

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

Usage

import React from 'react'
import ReactDOM from 'react-dom'
import MyComponent from './MyComponent'

ReactDOM.render(<MyComponent name="Jane" />, document.getElementById('container'));

Test

npm test

License

MIT. Copyright (c) 2016 Jane Smith.