Custom Swiper Scrollbar Fn

This commit is contained in:
2025-10-24 12:22:56 +02:00
parent 95be6c28ba
commit 9a5944bc20
3 changed files with 153 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# Swiper Scrollbar #
This is scrollbar function made for idosell swiper.
### How to use ###
To use it You need to inject the code right after you create Swiper.
new IdmSwiperProgress(swiperFn, swiperSelector);
```
...
// Instalacja slidera dla instagrama
const setupSliderResult = await slider.setupSlider({
element: sliderWrapper,
});
new IdmSwiperProgress(setupSliderResult, "#instagram .swiper");
...
```
---
Created by **[IdoMods](https://idomods.pl/)** 2025