Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ccnmtl/react-range-step-input

An <input type=range> that steps up and down on click
https://github.com/ccnmtl/react-range-step-input

range-input react

Last synced: 8 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# react-range-step-input [![Build Status](https://travis-ci.org/nikolas/react-range-step-input.svg?branch=master)](https://travis-ci.org/nikolas/react-range-step-input)

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://ccnmtl.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: