1 | # React Slider
|
2 |
|
3 | [![npm version](https://badge.fury.io/js/react-slider.svg)](https://badge.fury.io/js/react-slider)
|
4 |
|
5 | Accessible, CSS agnostic, slider component for React.
|
6 |
|
7 | [![react-slider example](react-slider.gif)](https://zillow.github.io/react-slider/)
|
8 |
|
9 | ### Installation
|
10 |
|
11 | ```sh
|
12 | npm install react-slider
|
13 | ```
|
14 |
|
15 | ### API Documentation
|
16 |
|
17 | For component props, methods, and living examples, see the demo:
|
18 |
|
19 | https://zillow.github.io/react-slider/
|
20 |
|
21 | ### TypeScript Support
|
22 |
|
23 | ```sh
|
24 | npm install --save-dev @types/react-slider
|
25 | ```
|
26 |
|
27 | ### License
|
28 |
|
29 | See the [License](LICENSE) file.
|