UNPKG

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