-
**Is your feature request related to a problem? Please Describe.**
A carousel component with swipeable cards/images takes up less screen size and is very intuitive as well. It doesn't obstruct us…
-
CardViewHolder.recycled is always false. It should be set to true in onBindViewHolder after setCard.
-
Need an example where the children are not hardcoded
```
this.setState({ stack })}
>
♦
♠
…
-
Hi,
I just played with this ion (thanks a lot guys, it's very nice) but can't figure out what is the purpose of TDCardDelegate service.
Regarding to methods name, it seems to be intended to manipulat…
-
No explore tab on mobile, but want to display map of location pins.
Possibly by making locations a layer in the switcher (show without sidebar).
-
Even after setting `verticalSwipe={false}` on `CardStack` component. The responder for vertical swipes is still the `CardStack` component. The child `Card` component is unable to take swipe input to e…
bchee updated
3 years ago
-
import React from 'react';
import { Box, Card, Chip, Link, Paper, Typography, useMediaQuery } from '@mui/material';
import { useTheme } from '@mui/material/styles';
import Button from "@mui/materia…
-
-
- [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. Thanks for this great…
-
This is a follow-up to #171. A new `onTransitionEnd` callback was added to allow delaying any cpu-intensive rendering, certainly in scenarios where views are virtually rendered through the `slideRende…