There are few options on how to noUiSlider into your project.
Install the noUiSlider Js library using command prompt from the root directory of the project:
npm install nouislider --save
Link the noUiSlider package.
<!-- CSS File --> <link rel="stylesheet" href="./assets/libs/nouislider/nouislider.min.css"> <!-- JavaScript File --> <script src="assets/libs/nouislider/nouislider.min.js"></script> <script src="assets/libs/wnumb/wNumb.min.js"></script>
Check the below example how to use and make it working noUiSlider on any page.
HTML
<div id="slider" class="w-100"></div>
JavaScript
var slider = document.getElementById('slider'); noUiSlider.create(slider, { start: [20, 80], connect: true, range: { 'min': 0, 'max': 100 } });
Be the first to know about new updates and exclusive discounts. No spam, just great offers!
How about
With over 7 years of experienced team, we specialize in delivering custom projects for startups, blue-chip companies, and government agencies. We have successfully completed over 250+ projects, providing tailored solutions that meet the unique needs of each client.
Hire Us© Domiex Created & Crafted by SRBThemes.