Holymoly slider
NOTE: it is in beta stage!
This is dependency free drag slider used on www.holymolycasinos.com/casinos
Getting Started
html
<!-- you may change theme 'casino' to 'slot' --> data-hm-slider data-hm-slider-min="100" data-hm-slider-max="12000" data-hm-slider-step="50">
js
const slider = // reset slider to initial valuesslider // if you initialized slider under display:none property, you should update it // after you make it visible againslider // you may set slider values programmatically, make sure that this value // are consistent with the min and max valuesslider
All these commands are asynchronous and return a promise.
scss
;
Or copy styles from there and use only the theme that you need
Installing
npm i --save holymoly-slider