What do you use for carousels?
I have to implement carousel, there is so many libraries. What do you go for usually?
9 Replies
I'm using flowbite's components tbh
I built my own because snap to scroll is now a thing it was fairly straightforward. I even had a dot counter thing that you could click on and it would jump to position as well as side scrolling it used an intersectional observer to figure out what was in view. Some nice transition animations and boom. The only hack was to get rid of the scroll bar on iOS Safari
I think it's pretty easy to find base component with tailwind and tweek it a bit and make it your own
base component with tailwind - what do you mean by that?
For example flowbite can be imported as npm package
But they provide source code too if you want to customize
I think hyperui does similar thing
Giving you the source code for each component
HyperUI is awesome, thanks ❤️
Anything that you recommend without tailwind?
Probably will be difficult to find in this server