flowbite
flowbite copied to clipboard
Open-source UI component library and front-end development framework based on Tailwind CSS
Please support the new Popover api: https://developer.mozilla.org/en-US/docs/Web/API/Popover_API With this, we can achieve dropdown menu, modal without writting js
**Describe the bug** The issue happened while I was using the custom render template `Turbo.renderStreamMessage(HTML)` at https://github.com/themesberg/flowbite/blob/main/src/index.turbo.ts#L22 **Screenshots**  **Expected behavior** So we can handle the issue by...
**Describe the bug** The event object isn't properly passed to the Dropdown.Item `onClick` prop which leads to `undefined` when logged. **To Reproduce** Steps to reproduce the behavior: 1. Add a...
**Describe the bug** When on the Flowbite Blocks site, after clicking on a block, the bread crumbs appears. Clicking on the category takes you to /blocks/[category]. This page is correct,...
**Describe the bug** When a drawer that opens from the right side of the screen is triggered, the main page content darkens as expected to indicate the focus on the...
has anyone ever checked the Google PageSpeed of the flowbite.com website? 🤯 - https://pagespeed.web.dev/analysis/https-flowbite-com/k0iuc1wju2?form_factor=mobile - https://pagespeed.web.dev/analysis/https-flowbite-com/k0iuc1wju2?form_factor=desktop
**Describe the bug** I am trying to dynamically change the content of the modal with HTMX, when I trigger the modal it shows only for a split second and then...
## The issue I'm currently building an application using Blazor SSR and HTMX. Within one of my pages, I have a delete button that triggers the replacement of a placeholder...
I'm using flowbite with htmx and i want to use a datepicker in a dynamically loaded content. I'm using v.2.3.0 and i put in my layout a js with :...