flowbite icon indicating copy to clipboard operation
flowbite copied to clipboard

Open-source UI component library and front-end development framework based on Tailwind CSS

Results 347 flowbite issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** I’m currently facing challenges with reinitializing Flowbite components dynamically in my project. When attempting to reinitialize components, it’s difficult to...

**Describe the bug** When using the sidebar and input simultaneously, some actions will cause aria-hidden warning messages to appear in the console. ![image](https://github.com/user-attachments/assets/affc6b6a-05a7-4f8b-b056-9b92f730af89) ``` Blocked aria-hidden on a element because...

Hello πŸ‘‹πŸ» We're hitting this snag in our app where the sidebar is set with `[aria-hidden="true"]` when initialized. Apart from being a pretty serious accessibility issue it's also erroring in...

**Describe the bug** the phone input country code feature does not work as it does not let the user selects a country code and remains opened with no way to...

**Is your feature request related to a problem? Please describe.** I have an accordion where I want to rotate icons by `90` degrees on open, but the component has a...

**Describe the bug** Date Range Picker doesn't have correct interactivity when used within an new Angular application. **To Reproduce** Steps to reproduce the behavior: Using this Stackblitz as a vanilla...

Lets say I have an event scheduling app for corporate meetings. I want the Manager user to indicate which days of the week they are available for a meeting, then...

I am using flowbite drawer to show content. I'm trying to figure out how to hide the drawer when the page loads. i would like to have the drawer show...

When using the Input Number with control buttons, I am unable to type a value smaller than the _data-input-counter-min_ value, as it always reverts to the minimum value. Consequently, it...

I've experimented with the new Number input component, particularly the control buttons section, where the attributes _data-input-counter-min_ and _data-input-counter-max_ function seamlessly. However, I noticed the absence of an attribute to...