flowbite
flowbite copied to clipboard
Open-source UI component library and front-end development framework based on Tailwind CSS
**Describe the bug** When you navigate with turbo, drawer doesn't open anymore. It only makes screen grey. It was working fine in version before 2.0.0 **To Reproduce** Steps to reproduce...
**Is your feature request related to a problem? Please describe.** Anybody wanting to create a project using specifically yarn or pnpm have to rely on guesswork to install packages properly....
**Is your feature request related to a problem? Please describe.** Currently, the tailwind.config.js specified in the docs WONT work for app directory:  **Describe the solution you'd like** Add a...
**Describe the bug** I was running Rails 7.0.4 and an outdated version of `tailwindcss-rails`, followed the instructions from the documentation and got the error described in the title I decided...
**Describe the bug** I have a similar issue as described in issue #145 when I use the code shown here: https://flowbite.com/docs/customize/dark-mode/ **To Reproduce** Steps to reproduce the behavior: 1. Set...
using flowbite's modal using javascript `onclick="modal.show(546)"` ``` onShow: (index) => { console.log('modal is shown for index = ' + index); }, ``` index is showing as [Object] which is the...
**Describe the bug** I created a HTML website in Django and I enabled [HTMX boost](https://htmx.org/attributes/hx-boost/) when navigating links in the web page. When I navigate to another page, my dropdown...
**Is your feature request related to a problem? Please describe.** There is no real problem, but I consider that installation steps could be easier to understand and adopt using the...
**Describe the bug** Mega menu works when I write the statically but not when using a mapped object. ``` "use client" const MegaMenu: FC = function () { /** *...
Tooltip should be created inside overlay, relative to body, not element. Currently, tooltip is relative to element. When element has fixed width, the tooltip is cut.