flowbite-react
flowbite-react copied to clipboard
Setting Active Image In the Slider
We can programatically set the active image: https://flowbite.com/docs/components/carousel/#default-slider
But the same is not available in flowbite react: https://www.flowbite-react.com/docs/components/carousel
Can we please get this in React too?
Expected Behaviour:
When we set data-carousel-item="active"
or something similar on any image, that image should be shown in the carousel and not from index 0.
I am using: import { Carousel } from 'flowbite-react';