Content
Carousel
Touch-swipeable content slider with auto-play and indicator dots.
Basic Carousel
A smooth content slider with touch/drag support and auto-play.
Manual Control
Disable auto-play and hide indicators for a cleaner look.
Properties
| Prop | Type | Default | Description |
|---|---|---|---|
children | React.ReactNode[] | — | Main descriptive text or overlay children layout |
autoPlay | boolean | false | Configures the autoPlay option |
interval | number | 5000 | Transition delay timing in milliseconds |
showDots | boolean | true | If true, renders page pagination indicators at the bottom |
showArrows | boolean | true | If true, renders left/right navigation arrows |