Coveo's enhanced slider component using HTML5 input range
npm install coveo-slider



It's available on npm npm install coveo-slider.
>This project is still its early stage and features will be added when needed.
npm install to get the required dependencies.gulp if you have gulp installed as a global dependency to recompile the project and run the tests.We use Karma & Jasmine to run automated tests. The coverage is provided by instanbul via karma-coverage plugin.
To run the tests, you can use npm test or gulp test. Please add some unit tests if you make a PR.