flowbite
flowbite copied to clipboard
Open-source UI component library and front-end development framework based on Tailwind CSS
**Describe the bug** No actions in Flowbite work when SSR for the Solid-Start framework is disabled in the "vite.config.ts" config file: **To Reproduce** In the "vite.config.ts" disable SSR like so:...
I'd very like the flowbite used in my project, but seems it doesn't support radial progress, right? I just found this horizontal progress bar instead of radial progress(circle). So, could...
**Describe the bug** The sticky navbar example has a WCAG 2.1 accessibility violation where the tab order of nav items is not in logical order. It tabs from the logo...
``` {% include "../partials/some-form.html" %} ``` In some-form.html I have : ``` Update Close ``` If I click the update button, I'll get the confirmation displayed via HTMX and it...
When setting aria-expanded="false" on all item buttons it still opens the first item and causes a double-click needed to expand. Create any accordion and set all buttons with area-expanded="false" I...
It seems that there is no way to set a date format for the dateRangePicker. Therefore, when I set a date as the value of the input, it doesn't follow...
The data-popper-arrow element does not inherit the border style from its parent. Here is an example of my implementation: ```erb ```
I am encountering a UI break and a white line at the right side of the screen when using Flowbite in combination with Tailwind CSS. The issue occurs specifically at...
I am experiencing a problem with the dropdown menu, as it fails to close upon selecting an item from the dropdown list. To illustrate this issue, I have provided a...
I have an issue, but I'm not certain if it is a bug or a feature. I'm trying to use a datepicker input inside a table, and I need to...