1.3.0 • Published 4 years ago

react-range-step-input v1.3.0

Weekly downloads
685
License
GPL-3.0+
Repository
github
Last release
4 years ago

react-range-step-input Build Status

An <input type=range> that steps up and down on click, and provides other customizations. For more info, see: https://compiled.ctl.columbia.edu/articles/a-range-input-for-scientific-applications/

Demo

https://nikolas.github.io/react-range-step-input/

Installation

npm install --save react-range-step-input

Usage

import {RangeStepInput} from 'react-range-step-input';

In your render() method:

<RangeStepInput />
1.3.0

4 years ago

1.2.4

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago