3D Perspective
Perspective Reveal
Reveals3D perspective reveal animation
perspective3dreveal
Installation
$
Usage
tsx
import { PerspectiveReveal } from "@/components/nonaxial/perspective-reveal"
export default function Example() {
return (
<PerspectiveReveal>{/* Your content here */}</PerspectiveReveal>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |