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

React.js Responsive Carousel (with Swipe)

Results 49 react-responsive-carousel issues
Sort by recently updated
recently updated
newest added

**DISCLAIMER** This repo is not actively maintained by the owner. It depends mostly on contributions. Feel free to fork or to raise a PR and we will review when possible....

### RTL: ![Screenshot (113)](https://github.com/user-attachments/assets/204170aa-2cc1-4f16-916a-60721279b14e) ### LTR: ![image](https://github.com/user-attachments/assets/45bdd1f6-fcf2-4b77-b8c2-3988f91ef6c5)

I share solutions for people who are experiencing issues like #634 This problem caused by [ghost dependencies](https://yarnpkg.com/features/pnp#frequently-asked-questions) in yarn pnp mode. It because @types/react package is not defined as the...

**Describe the bug** Events onSwipeStart, onSwipeEnd and onSwipeMove don't seem to work. Nothing happens while passing a function to those parameters. **To Reproduce** 1. Add onSwipeStart, onSwipeEnd or onSwipeMove props...

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.4 to 6.5.7. Commits 3e46a48 6.5.7 accb61e lib: DER signature decoding correction 03e06e1 6.5.6 7ac5360 Merge commit from fork 7570078 6.5.5 206da2e lib: lint 0a78e03 [Fix] restore...

dependencies

With firefox, if i go to the last slide, and make an horizontal scroll (right), the Carousel go to the first slide with a bug. Steps to reproduce the behavior:...

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.20.0. Release notes Sourced from express's releases. 4.20.0 What's Changed Important IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was...

dependencies

I want to disable vertical sliding when using horizontal sliding, and disable horizontal sliding when using vertical sliding

When we have vertical (Using carousel method) and horizontal scrolling( for page scrolling), In IOS 17+ mobile browser the arrow is getting disappeared.