Parallax Effect
Parallax Card
CardsCard with parallax depth layers
parallaxdepthlayers
Installation
$
Usage
tsx
import { ParallaxCard } from "@/components/nonaxial/parallax-card"
export default function Example() {
return (
<ParallaxCard>{/* Your content here */}</ParallaxCard>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |