react-snap-carousel icon indicating copy to clipboard operation
react-snap-carousel copied to clipboard

DOM-first, headless carousel for React

Results 7 react-snap-carousel issues
Sort by recently updated
recently updated
newest added

More of a question than an issue, but seemed like it would be an interesting topic. In a typical example, let's say we want to list the most recent items...

https://github.com/richardscarrott/react-snap-carousel/assets/36993061/85f3f59f-468f-4dce-9ce6-d960f4b43c5e Active page changes to previous when scrollable container clicked and scrolled to end. Replicated on storyboook example. OS: MacOS 13.5.3 Browser: Firefox 120.0 (last ver)

Hi there, really great job with this library. It's the most flexible/customizable carousel I've seen. Only one problem though, no touch/drag scroll support. I managed to get it working by...

Thanks a lot for the library, it's really great. Is there any chance you have an example of someone using it to implement an infinite scroll? Right now I'm navigating...

# What does this add? This adds a new prop, `autoRefreshCondition ?: () => boolean = () => true;`. This prop lets an implementation enable or disable uncontrolled refreshes, e.g....

Some layouts can't be achieved without `scroll-snap-align: center`, e.g. variable width centered items. Need to consider how this interacts with scroll padding / margin.

enhancement