themesberg / flowbite-react

Official React components built for Flowbite and Tailwind CSS
https://flowbite-react.com
MIT License
1.89k stars 423 forks source link

How customize slider? #544

Closed robokonk closed 1 year ago

robokonk commented 1 year ago

Hello,

I want slider:

This is my code:

<div className="min-h-96">
          <Carousel
            slideInterval={5000}
            leftControl="&nbsp;"
            rightControl="&nbsp;"
          >
          ....
        </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/

rluders commented 1 year ago

@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