Skip to content

Rayiumir/Silderable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sliderable
Simple and Lightweight Multi Item Carousel Library for Bootstrap

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
};

Demo

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