https://github.com/srph/toy-range-slider
An example horizontal range slider in React
https://github.com/srph/toy-range-slider
example hooks react
Last synced: 10 months ago
JSON representation
An example horizontal range slider in React
- Host: GitHub
- URL: https://github.com/srph/toy-range-slider
- Owner: srph
- Created: 2019-10-02T06:54:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T10:18:11.000Z (about 3 years ago)
- Last Synced: 2025-02-11T14:22:19.244Z (12 months ago)
- Topics: example, hooks, react
- Language: TypeScript
- Homepage:
- Size: 674 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## toy-range-slider
An example horizontal range slider that supports both lazy and live updates for both mobile and desktop.
### Setup
- Install the dependencies
```bash
npm i
```
- Start Parcel, and you're all good.
```bash
npm start
```