Hover to Distort
Hover Distort
InteractionsImage distortion on hover
distorthoverimage
Installation
$
Usage
tsx
import { HoverDistort } from "@/components/nonaxial/hover-distort"
export default function Example() {
return (
<HoverDistort>{/* Your content here */}</HoverDistort>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |