Custom Dot Pagination #7025
Unanswered
phaniophrero
asked this question in
Q&A
Replies: 1 comment
-
I've also found this solution but is not really working with what I'm trying to do, It looks like the
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, I'm trying to create a custom pagination for my Swiper slider in my React / Next.js app, and so far I only found the way that is shown in the Swiper documentation, but what I'm trying to do is a bit different.
This is the basic documentation way :
But what I want to achieve is having that Autoplay Progress element as pagination dots, so somehow I'd like to combine the pagination with the Autoplay progress.
I've tried this, but is rendering
[object Object]
for every slide I have instead of that SVG Circle :Quick update I've already tried this too, and I'm still getting [object Object] :
Does anyone know how can I do this?
Beta Was this translation helpful? Give feedback.
All reactions