flowbite
flowbite copied to clipboard
Open-source UI component library and front-end development framework based on Tailwind CSS
**Describe the bug** When using interactive tabs (https://flowbite.com/docs/components/tabs/#interactive-tabs) with Laravel Livewire and performing any action that interacts with the backend like `wire:click="nothing"`, the tabs lose their styling and no content...
**Describe the bug** When starting the Nuxt 3.5.3 dev server, I get the following warnings: ``` WARN Failed to load source map for /node_modules/.pnpm/[email protected]/node_modules/flowbite/dist/datepicker.min.js. WARN Failed to load source map...
so I am running a project on vue with tailwind, I added some components from flowbite the sidebar component was one of them. The issue I'm having right now is...
**Describe the bug** When using svelte with flowbite datepicker, I am trying to bind the value from the user input to the component. But the problem is that the datepicker.js...
**Describe the bug** We are using Phoenix LiveView and when the page is updated tabs loose the state. Please see https://github.com/firezone/firezone/issues/2657 for the video. **Expected behavior** There should be no...
Hi, As explained in #711. Please note that I am no typescript developer, so please do not hesitate to show me the right way for implementing this. Also, I am...
**Is your feature request related to a problem? Please describe.** The `FlowbiteInstances.getInstance` method is great, but is could be even better with convenient methods such as `getModal`, `getCarousel`, `getTooltip`, `getDropdown`...
**Describe the bug** Datepicker doesn't hide on date selection ('onChangeDate' event) with autohide=true. **Expected behavior** It should hide. **Desktop (please complete the following information):** - OS: Macos 13.5.2 - Browser...
I created a website page template that sets my sites basic look and feel, but when I pass the main section as a CHILDREN prop then the Flowbite events do...
While it is possible to assign `data-dropdown-trigger="hover" ` to a button to trigger a simple [dropdown inside the navbar](https://flowbite.com/docs/components/navbar/#navbar-with-dropdown) it doesn't work for the [mega menu item](https://flowbite.com/docs/components/navbar/#mega-menu-navbar). Expected to work:...