Grid Distort Background
Installation
Usage
1import GridDistortion from '@/components/pumki-ui/backgrounds/bg-grid-distort';1<GridDistortion />Props
| Prop | Type | Default | Description |
|---|---|---|---|
imageSrc | string | required | Image URL to be distorted. |
grid | number | 15 | Grid resolution for distortion mesh. |
mouse | number | 0.1 | Mouse influence radius. |
strength | number | 0.15 | Distortion strength. |
relaxation | number | 0.9 | Relaxation factor for grid movement. |
className | string | "" | Custom CSS classes for the wrapper. |
Last updated on