alexanderkif / modifiable-slider

You can tune slider for yourself. See examples: https://alexanderkif.github.io/modifiable-slider/
https://alexanderkif.github.io/modifiable-slider/
0 stars 0 forks source link

modifiable-slider

How to use:

Clone the project to your local environment:
git clone https://github.com/alexanderkif/modifiable-slider.git
Install dependencies with
npm install
to build without running
npm run build
to deploy to gh-pages use
npm run deploy
to run local dev server use
npm run start
#

See examples:

https://alexanderkif.github.io/modifiable-slider/ #

You can use constructor Sliderm3 on the page:

https://alexanderkif.github.io/modifiable-slider/constructor.html

Copy the element and the link to the script into your html file. Then copy the file sliderm3.js to the directory of the html file. #