Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zillow/react-slider
Accessible, CSS agnostic, slider component for React.
https://github.com/zillow/react-slider
range range-slider range-slider-component react react-component react-slider react-slider-component slider
Last synced: about 2 months ago
JSON representation
Accessible, CSS agnostic, slider component for React.
- Host: GitHub
- URL: https://github.com/zillow/react-slider
- Owner: zillow
- License: mit
- Created: 2014-08-08T22:18:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T14:19:59.000Z (about 1 year ago)
- Last Synced: 2024-04-13T22:47:10.669Z (8 months ago)
- Topics: range, range-slider, range-slider-component, react, react-component, react-slider, react-slider-component, slider
- Language: JavaScript
- Homepage: https://zillow.github.io/react-slider
- Size: 10.5 MB
- Stars: 876
- Watchers: 19
- Forks: 233
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# React Slider
[![npm version](https://badge.fury.io/js/react-slider.svg)](https://badge.fury.io/js/react-slider)
Accessible, CSS agnostic, slider component for React.
[![react-slider example](react-slider.gif)](https://zillow.github.io/react-slider/)
### Installation
```sh
npm install react-slider
```### API Documentation
For component props, methods, and living examples, see the demo:
https://zillow.github.io/react-slider/
### TypeScript Support
```sh
npm install --save-dev @types/react-slider
```### License
See the [License](LICENSE) file.