Hi guys,
Thanks as always to this fantastic community, had some invaluable advice before and it’s really appreciated!!
I’ve made a carousel, with pagination dots at the bottom and the biggest number of cards I need in it is 12.
However sometimes I will need less, and so I’m wondering if I can use boolean properties to choose the number of slides in the component instance?
It would also be great to be able to choose/link the pagination dots so that the corresponding value of slides needed, also removes excess pagination dots.
I’m just in the process of building out the gallery in my website prototype using my first instance use of the component, and I’m trying to have to avoid making the same component 12 times:
with 1 slide
with 2 slides
with 3 slides
etc
Any suggestions would be great here, as I’m having a block as to how best to approach it 🙂
Thank you