0.1.9 • Published 10 years ago

react-movie-select v0.1.9

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

React Component Starter

COMPONENT DESCRIPTION GOES HERE

Demo & Examples

Live demo: LINK TO LIVE DEMO

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

MIT. Copyright (c) 2015 Roman Samec

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago