New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-movie-select

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-movie-select

Carousel movie selector - using www.themoviedb.org API

latest
Source
npmnpm
Version
0.1.9
Version published
Weekly downloads
12
-14.29%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

react

FAQs

Package last updated on 07 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts