A react component build on top of react-spring and react-use-gesture that improves UX by enabling liquid swipe.
npm i react-liquidswipe
import LiquidSwipe from 'react-liquidswipe';
function App() {
let components = []; // array of JSX
return (
<Liquidswipe
components={components}
style={{
height: '80vh',
width: '80vw',
margin: '10vh auto',
borderRadius: '20px',
}}
/>
);
}
Please open an issue for support.
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.