my-component

0.0.0 • Public • Published

My Component

COMPONENT DESCRIPTION GOES HERE

Demo & Examples

Live demo: JedWatson.github.io/my-component

To build the examples locally, run:

npm install
gulp dev

Then open localhost:8000 in a browser.

Installation

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

Usage

EXPLAIN USAGE HERE

var MyComponent = require('my-component');

<MyComponent>Example</MyComponent>

Properties

  • DOCUMENT PROPERTIES HERE

Notes

ADDITIONAL USAGE NOTES

License

PUT LICENSE HERE

Copyright (c) 2015 Jed.

/my-component/

    Package Sidebar

    Install

    npm i my-component

    Weekly Downloads

    3

    Version

    0.0.0

    License

    none

    Last publish

    Collaborators

    • jedwatson