Image Tilt
Image Effects3D tilt on hover
imagetilt3d
Installation
$
Usage
tsx
import { ImageTilt } from "@/components/nonaxial/image-tilt"
export default function Example() {
return (
<ImageTilt>{/* Your content here */}</ImageTilt>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |