themesberg / flowbite-react

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

Carousel auto hide controls #1205

Open cristiantiradob opened 7 months ago

cristiantiradob commented 7 months ago

Summary

Hello. I came across the necessity to implement carousel controls hiding when the first or last image is active. I know this is not supported in native flowbite carousel but it gives a nice touch for UX when needed. I implemented this solution in my forked repo. Added an optional parameter to carousel component with false default value.

https://github.com/themesberg/flowbite-react/assets/36115659/be0b1ec4-6ebe-4354-8a44-00777ead9d42

Context

I will create a PR in case you would like to add the feature to this repo.