What do you use for carousels?

I have to implement carousel, there is so many libraries. What do you go for usually?
9 Replies
Sybatron
Sybatron15mo ago
I'm using flowbite's components tbh
Develliot
Develliot15mo ago
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
Sybatron
Sybatron15mo ago
I think it's pretty easy to find base component with tailwind and tweek it a bit and make it your own
Jaaneek
Jaaneek15mo ago
base component with tailwind - what do you mean by that?
Sybatron
Sybatron15mo ago
For example flowbite can be imported as npm package But they provide source code too if you want to customize
Sybatron
Sybatron15mo ago
I think hyperui does similar thing Giving you the source code for each component
thecmdrunner
thecmdrunner15mo ago
HyperUI is awesome, thanks ❤️
Jaaneek
Jaaneek15mo ago
Anything that you recommend without tailwind?
Sybatron
Sybatron15mo ago
Probably will be difficult to find in this server
Want results from more Discord servers?
Add your server
More Posts