https://github.com/rayiumir/silderable
Simple and Lightweight Multi Item Carousel for Bootstrap 4, 5
https://github.com/rayiumir/silderable
bootstrap4 bootstrap5 carousel carousel-bootstrap carousel-slider slide slider slider-bootstrap-carousel sliderable slides slideshow
Last synced: about 1 year ago
JSON representation
Simple and Lightweight Multi Item Carousel for Bootstrap 4, 5
- Host: GitHub
- URL: https://github.com/rayiumir/silderable
- Owner: Rayiumir
- Created: 2024-06-03T21:49:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-28T21:52:04.000Z (over 1 year ago)
- Last Synced: 2025-03-26T02:04:07.084Z (about 1 year ago)
- Topics: bootstrap4, bootstrap5, carousel, carousel-bootstrap, carousel-slider, slide, slider, slider-bootstrap-carousel, sliderable, slides, slideshow
- Language: HTML
- Homepage: https://rayiumir.github.io/Silderable/
- Size: 76.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 :
```javascript
```
CSS :
```css
```
# Options
```javascript
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:
```javascript
13: $(document).ready(function () {});
```
To jQuery:
```javascript
13: jQuery(document).ready(function ($) {});
```
# Demo
https://rayiumir.github.io/Silderable/