Image Parallax
Image EffectsParallax scrolling image
imageparallaxscroll
Installation
$
Usage
tsx
import { ImageParallax } from "@/components/nonaxial/image-parallax"
export default function Example() {
return (
<ImageParallax>{/* Your content here */}</ImageParallax>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |