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

**Describe the bug** I'm following installation instructions with a brand new Ruby on Rails 8.0.1 project as it's described here https://flowbite.com/docs/getting-started/rails/#install-flowbite and the `tailwind.config.js` is not generated. **To Reproduce** Generate...

If a modal is already opened and while it is open initFlowbite() is called then the modal instance is resetted/removed and the backdrop disappears. You can try it by just...

The StreamElement.render property is set to an async function in Turbo (see https://github.com/hotwired/turbo/blob/main/src/elements/stream_element.js#L29 and https://github.com/hotwired/turbo/blob/main/src/elements/stream_element.js#L167). As a result we should respect the async nature of the function and only dispatch...

In the current integration, the turbo:load event doesn't capture every Turbo render—for example, forms that fail validation (returning a 422 status) aren't caught. Instead, turbo:render handles those cases and also...

On Webkit browsers (Safari / Chrome on iOS) the file input will have overflow issues causing the border-radius to be overflown. This is fixed pretty easily by adding `overflow-hidden` for...

Correct the instructions for installing, initing and compiling tailwindcss v4 in the django.md

The instructions in flask.md for installing tailwindcss are not accurate for tailwindcss v4

**Describe the bug** Flowbite [Toggle component](https://flowbite.com/docs/forms/toggle/#toggle-example) HTML is invalid, based on [validator.w3.org](https://validator.w3.org/#validate_by_input) report **To Reproduce** 1. Go to [validator.w3.org](https://validator.w3.org/#validate_by_input) 2. Paste minimal HTML with **Toggle component** from [docs](https://flowbite.com/docs/forms/toggle/#toggle-example) ``` Toggle...

![Image](https://github.com/user-attachments/assets/999cd9cf-cb23-4775-a4bd-b0190329a598) **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3....

**Describe the bug** When using `@import "flowbite"`; in my tailwind 4 demo project i get inconsistent variable use. max-w-2xl uses --spacing-2xl instead of --container-2xl [tailwind discussion](https://github.com/tailwindlabs/tailwindcss/discussions/16466) **To Reproduce** Steps to...