Loading component…
Components /Image Collage
Interactive scattered image collage toggle
Run the following command
npx shadcn@latest add https://www.vengenceui.com/r/image-collage.json| Prop Name | Type | Default | Description |
|---|---|---|---|
| images | CollageImage[] | - | Array of images with specific coordinates and rotation. |
| className | string | - | Additional classes for the outer wrapper. |
| containerClassName | string | - | Additional classes for the image container. |
| imageClassName | string | - | Additional classes for the individual images. |
| Prop Name | Type | Default | Description |
|---|---|---|---|
| src | string | - | Image URL. |
| x | number | - | X offset in scattered state. |
| y | number | - | Y offset in scattered state. |
| rotate | number | - | Rotation in degrees. |
| alt | string | - | Optional alt text. |