Replies: 1 comment
-
Hi, if it doesn't work out, try using css to do what you want. |
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.
-
Hi,
I want to make my active bullet a div with a text and inactive bullets to be jest regular bullets.
I tried this but it doesn't work
``
<Swiper
modules={[Pagination, A11y]}
loop={true}
slidesPerView={1}
pagination={{ clickable: true, el: ".pagi" ,
renderBullet: function(index, className) {
let name = "text";
Beta Was this translation helpful? Give feedback.
All reactions