1.1.0 • Published 8 years ago

react-maxmin-select v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

react-maxmin-select

React select component with max/min constraints

Disables max/min inputs that are not valid given the state of the other input selection.

Demo video

Building

$ git clone
$ npm install
$ grunt 
$ git add dist

react-maxmin-select is currently deployed directly from github, so dist files must be checked in. This requirement will be dropped once the module is on npm.

Usage

import RangeSlider from 'react-maxmin-select';

// in render function
<MaxMin/>

API

props

callback data

Demo

browse to test.html after building

running tests

$ npm test

Issues

See gihub issue list for outstanding bugs and pending features

License

1.1.0

8 years ago

1.0.2

8 years ago

1.0.0

8 years ago