3D Text3D Text
3D Text
Text EffectsText with 3D depth effect
3ddepthperspective
Installation
$
Usage
tsx
import { 3dText } from "@/components/nonaxial/3d-text"
export default function Example() {
return (
<3dText>{/* Your content here */}</3dText>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |