Scroll me
Parallax Section
LayoutParallax scrolling section
parallaxscrolldepth
Installation
$
Usage
tsx
import { ParallaxSection } from "@/components/nonaxial/parallax-section"
export default function Example() {
return (
<ParallaxSection>{/* Your content here */}</ParallaxSection>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |