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 Should show media options onclick of kebab menu ![image](https://user-images.githubusercontent.com/22586545/132176903-53d7e1e3-d755-47b0-a382-3f746dfdc506.png)...

Hi, I just started using react-swipeable-views, and I am wondering if it is possible for the height of each view to be the height of the content for that specific...

bug

This IS a duplicate of https://github.com/oliviertassinari/react-swipeable-views/issues/521#issue-453988428 ## Context This happens only in Android webview. In mobile chrome no errors are thrown. ## Your Environment | Tech | Version | |------------------------|---------|...

I need to suddenly disable dragging slides and implement another functionality through onSwitch. So when user swipes, slide is not dragging, but plays some animation. `disabled="true"` would not work, because...

enhancement
help wanted

Fix the slow speed problem when custom width. ### reproduce 1. edit `docs/src/pages/demos/DemoWidth.js` 2. set `root.padding` to `0 120px` 3. Swipe the `Custom Width` demo

Stricter bounds validations Fix #650

bug

`checkIndexBounds` is too lenient and allows setting indexes from `0 .. count` inclusive, whereas really the only valid values are `0 .. (count-1)`. https://github.com/oliviertassinari/react-swipeable-views/blob/a12dd90f63372162bd461f293be1c240fe872ef0/packages/react-swipeable-views-core/src/checkIndexBounds.js#L9-L12 - [x] I have searched the...

Hi. My cruel designers want me to implement such a view: ![screenshot from 2018-03-26 10-35-27](https://user-images.githubusercontent.com/7916523/37895382-742a1550-30e1-11e8-9bd5-50eb6560a16c.png) You would choose desired month by swipe'ing up and down on touch screen. I wanted...

enhancement

- [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. Hi, I am trying to compile my project with webpack and react-swipeable-views....

moved type definition from - [types/react-swipeable-views](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-swipeable-views) - [types/react-swipeable-views-utils](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-swipeable-views-utils) - [types/react-swipeable-views-core](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-swipeable-views-core) Closes #506 i just moved, but type could be updated for instance, `getDomTreeShapes` and `findNativeHandler` are exported from `SwipeableViews.js` but...

needs testing