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

- [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 When a view is active, it should not allow...

I don't have time to dedicate to this project anymore. If somebody would like to keep up the maintenance, I would be happy to evaluate his application, and then transition...

help wanted

Hey guys :wave: As a result of changes in https://github.com/oliviertassinari/react-swipeable-views/issues/453 right now after mounting all children are rendered. My use case: I use `react-swipeable-views` on SERP for a listing preview...

enhancement
help wanted
difficulty: medium

Setting the `index` prop to the previous value does not switch rendered index. Upon re-renders of the `SwipeableViews` component, if the previous render's `index` value is the same, nothing happens....

bug
help wanted
Priority

I am using Material UI Tab react-swipeable-views in my ReactJs Application. I have 2 tabs. First Tab 1 content is approximately 100px. Tab 2 content is 1000px. While loading Application...

bug
help wanted
Priority

I have a use case whereby a `SwipeableViews` component is initially rendered with `animateTransitions=true` and a given index. Later on, the component is re-rendered with a change of `index` and...

- [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 When I use `VirtualizeSwipeableViews` with `axis="y"` it should work....

bug
help wanted

- [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. --- The **Custom Width** demo in the document website, its related CodeSandBox...

enhancement
difficulty: easy
needs testing

- [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 Same as Demo's Simple Case. Code is almost same...

Here's the issue I faced. I was using a virtualized swiper, and due to heavy DOM rendering and constant state changes while swiping, every time I swiped to a new...