We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806d5d7 commit 000f41eCopy full SHA for 000f41e
README.md
@@ -1,2 +1,14 @@
1
# react-range-step-input
2
-An <input type=range> that steps up and down on click
+An <input type=range> that steps up and down on click.
3
+
4
+## Installation
5
6
+ npm install react-range-step-input
7
8
+## Usage
9
10
+ import RangeStepInput from 'react-range-step-input';
11
12
+In your `render()` method:
13
14
+ <RangeStepInput />
0 commit comments