react-tiny-parallax
v0.2.34
Published
Teeny tiny package for parallaxing components in React.
Downloads
13
Maintainers
Readme
react-tiny-parallax
Install
npm i react-tiny-parallax
Usage
import Parallax from "react-tiny-parallax"
...
<Parallax
img="https://via.placeholder.com/1920x1080"
width="100vw"
height="100vh"
/>
...
License
MIT