This repository contains a test project which consists in creating a range slider without using the HTML5 input range control.
The <Range />
component has to be able to accept either min
and max
values, between which the user will be able to choose whatever value, or a rangeValues
prop, which will force the user to choose one of the specified values in the array.
Just clone this git repository, and run in the terminal, targetting your cloned folder:
> yarn install
> yarn start
Then, you can access the application in http://localhost:8080/
.
> yarn test