Tiber
Tiber
I'm using tailwind and was able to achive this by adding itemClass to the carrousel `itemClass="px-1 flex justify-center"` you can create your own class and added there `itemClass={myCustomCSSClass}` import css...
These two are related too. https://github.com/BuilderIO/qwik/issues/2462 https://github.com/BuilderIO/qwik/issues/3759 I've been making test with this errors and trying to deploy to GitHub Pages, successfully now. But I've encountered a lot of people...
Yes it is working now. I just test it with qwik (latest 1.1.2 & 0.107.0) and @qwikest/icons (v0.0.8) + tailwind too. There's still the warnings but idk if they are...
I'm wondering the same. I need to get the index of the current element after arrows are clicked with infinite & centerMode true.
Hi @Richa-rani02, I was able to do a workaround when infinite & centerMode true. It's just a hunch, so I hope I'm not mistaken. If the carouse it's set to...