Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ccnmtl/react-range-step-input
- Owner: ccnmtl
- License: gpl-3.0
- Created: 2018-08-27T19:29:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T15:03:42.000Z (about 1 month ago)
- Last Synced: 2024-10-07T09:47:53.716Z (about 1 month ago)
- Topics: range-input, react
- Language: JavaScript
- Homepage: https://ccnmtl.github.io/react-range-step-input/
- Size: 2.1 MB
- Stars: 4
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE
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
## Usageimport {RangeStepInput} from 'react-range-step-input';
In your `render()` method: