Replies: 5 comments 7 replies
-
@c-marc try to update the flowbite-react. It seems that you are using |
Beta Was this translation helpful? Give feedback.
-
Thank you fore your answer @rluders. My bad: I just didn't correctly set the version in the issue. I was up to date. Actually I made an incorrect import of Carousel, from flowbite and not flowbite-react... This was throwing the error. Now it's not but I don't see the images :/ Must be sthg simple I don't get... |
Beta Was this translation helpful? Give feedback.
-
I'm converting this to discussion, 'cause it isn't a bug. |
Beta Was this translation helpful? Give feedback.
-
Thank you for handling this first post.. I'm not sure whether it's a discussion, a bug or an issue... https://www.flowbite-react.com/docs/components/carousel So for short: <Carousel>
<img
alt="..."
src="https://flowbite.com/docs/images/carousel/carousel-1.svg"
/>
<img
alt="..."
src="https://flowbite.com/docs/images/carousel/carousel-2.svg"
/>
<img
alt="..."
src="https://flowbite.com/docs/images/carousel/carousel-3.svg"
/>
<img
alt="..."
src="https://flowbite.com/docs/images/carousel/carousel-4.svg"
/>
<img
alt="..."
src="https://flowbite.com/docs/images/carousel/carousel-5.svg"
/>
</Carousel> Where I'm confused is that:
|
Beta Was this translation helpful? Give feedback.
-
Well... I don't see them on codesandbox either... I'm sorry, this must sound crazy... Tried in Chrome, desactivated uBlock, and just tried in Safari... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I'm trying the Carousel (copy & paste the minimal example from the doc) and images don't show up...
I see the buttons and the component full width, and the slides getting triggered... But not the images... Those are fetched from url and I tried with local assets too...
React, Vite setup, TailwindCSS and flowbite installed and configured without any deviation... (the rest is working)
To Reproduce
Copy & paste the minimal example from the doc
Expected behavior
See placeholders
Screenshots
If applicable, add screenshots to help explain your problem.
System information:
Project information:
Beta Was this translation helpful? Give feedback.
All reactions