themesberg / flowbite

Open-source UI component library and front-end development framework based on Tailwind CSS
https://flowbite.com
MIT License
7.31k stars 710 forks source link

Carousel slide works only with at least 4 items #746

Closed tnup closed 5 months ago

tnup commented 7 months ago

Describe the bug The carousel slides only properly with at least 4 items.

To Reproduce try the default carousel slide example from the docs (https://flowbite.com/docs/components/carousel/)

Expected behavior Images to properly slide from right to left, without running through each other.

Desktop (please complete the following information): any

Smartphone (please complete the following information): any

kirkbushell commented 6 months ago

Yeah this is weird, I noticed the same thing - why is it bugging out at all?! The fact that it's reproducible on the site itself is troubling... also the fact the # of issues is immense and they don't seem to be taking them very seriously... They don't appear to be managing them, at all.

zoltanszogyenyi commented 6 months ago

Hey @kirkbushell,

We are taking the issues very seriously and trying to manage them, Flowbite is quite a large library and ecosystem and we're only a handful of developers working on managing them as this is what we can afford at this point based on our pro sales from the main library.

Contributions are more than welcome, though we are actively looking for a software developer to help us with the main library with strong TypeScript/JavaScript and HTML/CSS knowledge. That should help us speed up the process.

As described here (https://github.com/themesberg/flowbite/pull/550#issuecomment-1868682920) I'll have a look at the carousel items bug on Wednesday as today is Christmas and tomorrow, unfortunately, I will not be at the computer.

Happy holidays! Zoltan

BartKieft commented 6 months ago

I added a pull request for this: Pull request Seems to be an issue with the z-index overlapping. I don't know if i checked all possible features of carousel.

zoltanszogyenyi commented 5 months ago

Hey @BartKieft,

Merged your PR - this should solve the issue for the v2.3 release.