Image Glitch
Image EffectsGlitch effect on hover
imageglitchhover
Installation
$
Usage
tsx
import { ImageGlitch } from "@/components/nonaxial/image-glitch"
export default function Example() {
return (
<ImageGlitch>{/* Your content here */}</ImageGlitch>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |