flowbite
flowbite copied to clipboard
Open-source UI component library and front-end development framework based on Tailwind CSS
**tl;dr:** The current approach for integrating Turbo with Flowbite is using a mismatched strategy. As far as I can tell, it will only ever work for a certain subset of...
input components default their `font-size` with `.text-sm` or 14px This [causes mobile Safari to zoom the viewport when focusing the element](https://css-tricks.com/16px-or-larger-text-prevents-ios-form-zoom/) since the size is < 16px. One workaround for...
**Describe the bug** Using Ruby on Rails with turbo_frames breaks navbar functionality in terms of the animation on mobile. Functionality to add/remove backdrop fails and cancels any more runs in...
**Is your feature request related to a problem? Please describe.** The user is able to selected only a date within a specific range. Other days are disabled. For example, it...
I'd like to see DateTimePicker component in Flowbite. Something like [Mui](https://mui.com/x/react-date-pickers/date-time-picker) has.
I am trying to follow the installation from this link for the Charts [Tailwind CSS Chart - Flowbite](https://flowbite.com/docs/plugins/charts/#getting-started ) and tried adding `plugins: [ require('flowbite/plugin')({ charts: true, }), // ......
I am currently using flow bite using angular v16 and at first everything works fine but after you switch pages you have to refresh in order for them to work.
**Describe the bug** In https://flowbite.com/docs/components/buttons/#default-button When I switch to dark mode, the background of the third button (dark style) is very close to the dark background. I can see that...
### Discussed in https://github.com/themesberg/flowbite/discussions/784 Originally posted by **jimmiejackson414** January 23, 2024 I have a Nuxt3 project that I'm currently implementing tooltips in. I have a side navigation bar that uses...
**Describe the bug** When using the dropdown with checkboxes in it, after making a selection in the dropdown, I need to double-click the button to re-open the dropdown. **To Reproduce**...