Skip to content

Commit 000f41e

Browse files
authored
Update README.md
1 parent 806d5d7 commit 000f41e

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
# react-range-step-input
2-
An <input type=range> that steps up and down on click
2+
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

Comments
 (0)