Customize pagination dots on VueJS3 composition API #460
-
First of all: thanks for this marvelous work, it's amazing. It would be great if we could customize dots. I explain myself: one of my usages for Splide is to ask users questions, and they should see which questions remain to be answered showing a red dot, the green dots would represent answered ones. FYI I'm using Splide with VueJS 3 ans composition API. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Here is the solution: You can listen to the splide event through the component: |
Beta Was this translation helpful? Give feedback.
Here is the solution:
https://splidejs.com/guides/pagination/#custom-pagination
You can listen to the splide event through the component:
https://splidejs.com/integration/vue-splide/#events