react-swipeable-views icon indicating copy to clipboard operation
react-swipeable-views copied to clipboard

A React component for swipeable views. :snowflake:

Results 91 react-swipeable-views issues
Sort by recently updated
recently updated
newest added

The first time you change the index it won't animate. Here's a demo https://material-ui.com/components/tabs/#full-width

bug
help wanted
Priority

how can I add an arrow in the slide ? ![image](https://user-images.githubusercontent.com/39449389/165628565-83709974-3052-49bb-84a0-f599df33c883.png)

Can the container fit the width of the slideshow?

Hello, is it possible to disabled swipe only in one direction ? ## Expected Behavior I would like add property to disable swipe action only in one direction. For example,...

When swiping with the keyboard after interacting with a button in a slide there will be a transition in the opposite direction when reaching the overscan limit from the origin...

There is a dependency in react-swipeable-views-utils on react-event-listener. react-event-listener has been archived and has a peer dependency on react@^16.3.0. This leads to warnings when installing. I have not encountered runtime...

first thanks for your work! react-swipeable-views greatly enhance my app :) package `@babel/runtime` seems to be pinned at `7.0.0` is there any reason to not use caret pinning: `^7.0.0`? After...

I have two buttons, On the left called PreviousButton and another on the right called NextButton. Now when any of the button is clicked I change the index. Changing the...

question

When running Lighthouse accessibility tests, points are being deducted for the non-focused tabs within the React Swipeable Views component as they have the `aria-hidden="true"` attribute set.' Within my tabs I...

- [x] I have searched the [issues](https://github.com/oliviertassinari/react-swipeable-views/issues) of this repository and believe that this is not a duplicate. ## Expected Behavior There is no flicker when I slide from slide...