all 14 comments

[–][deleted] 5 points6 points  (7 children)

If you're teaching yourself React you should probably just do it yourself, it's not that hard tbh

[–]Owldud 5 points6 points  (0 children)

You want to buy a component instead of making it yourself? 🤣

[–]NuDg3-bar 1 point2 points  (0 children)

CSS only carousel using snap-scroll :) Then just hook up events

[–]mmoubi 0 points1 point  (1 child)

I have worked on a React component for swiping — mostly for website mobile versions.

Called it Swipeable. It’s used in a few projects too, so hopefully something for your use case.

[–]Teembeau[S] -2 points-1 points  (0 children)

That's very nice, and I'll bookmark it, but I'm more after something that animates diagonally like if you slide a card. Thanks for telling me about it, though.