Closed robokonk closed 1 year ago
Hello,
I want slider:
h-96
This is my code:
<div className="min-h-96"> <Carousel slideInterval={5000} leftControl=" " rightControl=" " > .... </Carusel> </div>
What I should change, and where I can find information about it? On this page is readed, that I use new Carusel, but I don't understand it, anyone can help me? https://flowbite.com/docs/components/carousel/
@robokonk you need to use the flowbite-react theme system.
https://github.com/themesberg/flowbite-react/blob/v0.3.7/src/lib/theme/default.ts https://flowbite-react.com/theme
Hello,
I want slider:
h-96
, in another way slider was hidden.This is my code:
What I should change, and where I can find information about it? On this page is readed, that I use new Carusel, but I don't understand it, anyone can help me? https://flowbite.com/docs/components/carousel/