flowbite
flowbite copied to clipboard
Open-source UI component library and front-end development framework based on Tailwind CSS
I noticed on my project that scrolls on comment page are very laggy, and found the DropDown component to be the problem. I tried striping everything else that may be...
Hi! Im running `"nuxt": "2.17.0"` and `"flowbite": "^2.2.0"`. I've setup flowbite in my tailwind config file: ``` /** @type {import('tailwindcss').Config} */ module.exports = { darkMode: 'class', content: ['./components/**/*.{js,vue,ts}', './layouts/**/*.vue', './pages/**/*.vue',...
So i've got an input like this: ``` const datepickerEl = document.getElementById('moving-date'); new Datepicker(datepickerEl, { // options }); ``` The date picker works, however the datepicker-autohide & datepicker-format="dd/mm/yyyy" do not...
I don’t understand how to use this in solid js, could someone tell me how to install it? I'm using Astro + Solid js. not working ( https://flowbite.com/docs/getting-started/solid-js/ I need...
Hello! Have you considered migrating the underlying dropdown and popover code to use the latest version of Popper JS, now named Floating UI? Here's the migration guide: https://floating-ui.com/docs/migration I'm extending...
**Describe the bug** When loading frame in rails with turbo it is initialising all components again which makes modals and drawers create multiple backdrops. It sometimes makes screen grey and...
**Describe the bug** I developed a Blazor app with Flowbite. Despite the Tabs components working well, the Blazor will normalize the 'aria-selected' attribute without a 'true' value. The final result...
**Describe the bug** Flowbite components (modals,dropdown) not working on chromium based browsers. **To Reproduce** Steps to reproduce the behavior: 1. Setup a react project using [official flowbite react setup](https://flowbite.com/docs/getting-started/react/) [Using...
**Is your feature request related to a problem? Please describe.** Currently the button in the file upload component is styled by using styles directly added by the flowbite plugin. There...
**Describe the bug** When I select a date from the datepicker, the selected date shows in the date input box as text, but the "validate" event is not fired. The...