An open API service indexing awesome lists of open source software.

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

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
```