Custom Swiper Scrollbar Fn
This commit is contained in:
24
swiper-scrollbar/README.md
Normal file
24
swiper-scrollbar/README.md
Normal 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
|
||||
Reference in New Issue
Block a user