ImageCarrousel
The ImageCarrousel component displays a scrollable list of images that can be opened in a showcase.
Playground
Props
Examples
Basic Usage
Props
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | - | Additional CSS classes. |
height | number | 400 | The height of the carrousel in pixels. |
images | ImageProps[] | - | Array of images to display. |
width | number | 600 | The width of the carrousel in pixels. |
zoom | boolean | true | Enables clicking on images to open them in a showcase. |
See also
Last updated on