React Next Parallax
import { Parallax } from 'react-next-parallax';
<Parallax>
<div className="container">
<img src="image1.jpg" data-parallax-offset="-5" />
<img src="image2.jpg" />
<img src="image3.jpg" data-parallax-offset="5" />
</div>
</Parallax>
- TypeScript
- React
- Component
- Cypress
- Storybook
React Next Parallax
A Performant Customizable React Component Providing the Parallax Effect
- Easy to use
- Zero dependencies
- Highly customizable
- Built with performance in mind
- Built from the ground up using React Hooks/TypeScript (is not a port of another library)
- Minimum amount of component re-renders
- Typed props with JSDoc descriptions
- Tested extensively using Cypress/Storybook
- Plus all of the features of React Next Tilt