Silderable

Simple and Lightweight Multi Item Carousel for Bootstrap 4, 5

Stars
5

About Silderable

Simple and Lightweight Multi Item Carousel Library for Bootstrap 4, 5

Tip

This Project by Bootsnipp Forked and Added New Feature.

How to use

Javascript :

<script src="dist/js/sliderable.js"></script>

CSS :

<link rel="stylesheet" href="dist/css/sliderable.css">

Options

var options = {
    autoPlay: true, // Or false
    autoPlayInterval: 3000, // Autoplay interval in milliseconds
    swipeThreshold: 50, // Minimum swipe distance in pixels
};

Error $ Function

If it is on jQuery. From JavaScript:

13: $(document).ready(function () {});

To jQuery:

13: jQuery(document).ready(function ($) {});

Demo

https://rayiumir.github.io/Silderable/