Cycle through multiple items in a single area.
123456789101112131415161712345678910111213141516171234567891011121314151617| Prop | Type | Default | Description |
|---|---|---|---|
children | React.ReactNode | — | Slides to display (required) |
autoPlay | boolean | false | Enable automatic slide progression |
autoPlayInterval | number | 3000 | Auto-play interval in milliseconds |
showArrows | boolean | true | Show navigation arrows |
showDots | boolean | false | Show dots pagination indicators |
onSlideChange | (index: number) => void | — | Callback when slide changes |
className | string | — | Additional CSS classes |