Socket
Book a DemoInstallSign in
Socket

react-mobiscroll

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-mobiscroll

A simple wrapper of Mobiscroll for ReactJS.

latest
Source
npmnpm
Version
0.4.0
Version published
Maintainers
1
Created
Source

React-Mobiscroll

A simple wrapper of Mobiscroll for ReactJS.

Demo & Examples

Live demo: xicombd.github.io/react-mobiscroll

To build the examples locally, run:

npm install
gulp dev

Then open localhost:8000 in a browser.

Project Status

This project is still in development and bugs will arise very likely.

The project structure is based on react-select which uses react-component-gulp-tasks.

Installation

The easiest way to use React-Select is to install it from NPM and include it in your own React build process (using Browserify, etc).

npm install react-mobiscroll --save

Usage

  var Mobiscroll = require('react-mobiscroll');

  var ops = {
    display: 'inline',
    showInput: false,
    data: [
      { text: 'Paris', value: '1', group: 'Europe' },
      { text: 'New York',  value: '2',  group: 'America' }
    ]
  }

  <Mobiscroll preset="select" options={ops} elType="input"/>

License

MIT

Keywords

react

FAQs

Package last updated on 28 May 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