3D Container
Perspective Container
Layout3D perspective container
perspective3dcontainer
Installation
$
Usage
tsx
import { PerspectiveContainer } from "@/components/nonaxial/perspective-container"
export default function Example() {
return (
<PerspectiveContainer>{/* Your content here */}</PerspectiveContainer>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |