@jdion/tilt-react
is a tiny lightweight parallax hover tilt effect for React.
npm i @jdion/tilt-react
Showcase
Usage
import { Tilt } from '@jdion/tilt-react'
const MyComponent = () => {
return (
<Tilt style={{ height: 250, width: 250 }}>Tilt ✨</Tilt>
)
}