react-range-step-input

An <input type=range> that steps up and down on click.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
react-range-step-input
1.3.03 years ago5 years agoMinified + gzip package size for react-range-step-input in KB

Readme

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 />