react-range-step-input

An <input type=range> that steps up and down on click, and provides other customizations.

Installation

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

Usage

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

In your render() method:

<RangeStepInput />

GitHub