# Vue Carousel - Flowbite Use the carousel component to slide through multiple elements and images using custom controls, indicators, intervals, and options ## Basic Carousel ```vue ``` ## Carousel without controls ```vue ``` ## Carousel without indicators ```vue ``` ## Carousel with slide animation ```vue ``` ## Carousel with slide and custom interval ```vue ``` ## Carousel API ### Props | Name | Type | Values | Default | |---------------|---------|--------------------------------|---------| | animation | Boolean | `true`, `false` | `false` | | noControls | Boolean | `true`, `false` | `false` | | noIndicators | Boolean | `true`, `false` | `false` | | pictures | Array | `[{source: '', alt: ''}, ...]` | `[]` | | slide | Boolean | `true`, `false` | `false` | | slideInterval | Number | | `3000` |