flowbite
flowbite copied to clipboard
Open-source UI component library and front-end development framework based on Tailwind CSS
## 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?...
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
Flowbite Carousel: Failed to execute 'add' on 'DOMTokenList': The token provided must not be empty.
**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:...
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...
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,...
**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...
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....
**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)
**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...
**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....