Simple JS class that transforms an input type range into clickable divs for a better UX.
This is pretty straightforward. Simply look at the example in index.html. Constructor takes 3 arguments:
- Element to transform
- Class name for disabled elements
- Class name for enabled elements
Works with jQuery. Tested with v3.2.1 (see attached).
Should be put into a package for easier installation.
- Guillaume BRETOU - Initial work
This project is licensed under the MIT License - see the LICENSE.md file for details