Image Slider
A responsive, customizable image slider with support for swipes, autoplay, and thumbnails.
Preview
Autoplay
Minimal
Installation
Use the CLI to add this component to your project.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
images | string[] | {src: string, alt: string}[] | - | Array of image URLs or objects |
showControls | boolean | true | Show previous/next arrows |
showThumbnails | boolean | true | Show thumbnail navigation |
autoplay | boolean | false | Enable automatic sliding |
autoplayInterval | number | 3000 | Interval in milliseconds |