Image carousel.

Properties
activeIndex {number}
- Active carousel index. Defaults to 0. If activeIndex is used, you will be in control. This means that you will need to use onActive callback to update your component state when the index changes.
autoplay true|false
- Whether the carousel should play automatically or not. Defaults to
true
. autoplaySpeed {number}
- How long the carousel should stay on each slide, in milliseconds. Defaults to
5000
(5 seconds). infinite true|false
- Whether the carousel should scroll back to the first slide when you get to the end, or stop at the last slide. Defaults to
true
. onActive {function}
- Function that will be called with the active index when the currently active carousel changes.
persistentNav true|false
- Whether the navigational elements should always be shown, or only show when the user mouses over the carousel. Defaults to
true
.