Image Carousel
Image Carousel - Basic
An image carousel component to display images as a slideshow
Loading...
Install
Examples
Change thumbnail position
Loading...
Hide thumbnails
Loading...
Controlled
In some cases you might want to control the carousel from outside. For example, you might want to trigger a slide change when the user selects a different product variant and you want to show immediately the corresponding image.
You can control the carousel using selectedIndex
and onSlideChange
props.
Loading...