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 280 flowbite issues
Sort by recently updated
recently updated
newest added

## Hello to Flowbite team Some sites are right to left. But Flowbite may not work properly on these sites !!!! Do you have a plan to add right-to-left support?...

enhancement

can i destroy tooltip event after show with javascript? https://flowbite.com/docs/components/tooltips/#methods method available only show and hide, but after hide method tooltip out every

bug
enhancement

**Describe the bug** Created a new carousel instanced passed in all the necessary options and got the above error **JS** ``` const options = { activeItemPosition: 1, interval: 3000, indicators:...

bug

An [example](https://flowbite.com/docs/components/tabs/) given for a Full width tabs has a `div` tag with countries and `ul` has dashboard etc. 1. Do you need the `div` tag? 2. Shouldn't Options and...

bug

You might already know this, but just for your information. I get the following error when I start a SvelteKit server. > flowbite doesn't appear to be written in CJS,...

bug

**Describe the bug** I have an App Component, authentication takes place inside it. If the user is authorized, we output Dashboard, otherwise Authentication. Dashboard has a Navbar, and it has...

bug

When adding a scrollable select box, such as the following: ``` 2016 2017 2018 ``` a floating arrow appears in the middle of the select box. This should not happen....

bug

**Describe the bug** the file flowbite.js.map not generated from webpack (laravel installation) **Additional context** Laravel 9 Flowbite 1.4.1 webpack (laravel mix)

bug

**Describe the bug** If the label next to the Toggle element breaks into multiple lines, the appearance of the switch breaks (the handle overflows the switch container). **To Reproduce** Steps...

bug

**Describe the bug** On IE11 the dropdown does not work because of the use of arrow function. **To Reproduce** Steps to reproduce the behavior: 1. Go to IE11 https://flowbite.com/docs/components/dropdowns/ 2....

bug
enhancement