flowbite
flowbite copied to clipboard
Open-source UI component library and front-end development framework based on Tailwind CSS
**Describe the bug** Popover is positioning differently on smaller screens (13" MBA) vs on a 27" monitor (not zoomed in or out) **Expected behaviour** the popover should be positioned to...
**Is your feature request related to a problem? Please describe.** I am using Flowbite alongside HTMX. I have a modal for a particular CRUD operation; the action of the modal...
**Is your feature request related to a problem? Please describe.** When integrating the datepicker with flowbite-svelte (and I assume must happen with other wrapper libraries too), because the loader uses...
Please point me to the relevant resources if I am wrong, but it seems like Flowbite cannot be used together with Shadow DOM in native web components. While the style...
Using Angular 16 with lazy load the datepicker doesnt show the dates. 1. Installed Tailwind with Angular--> working fine. 2. Used datepicker in the app component--> working fine. 3. Tried...
**Describe the bug** I'm using the Flowdate date picker in Astro.JS and I see an overlap between the icon and the date text, as well as no padding on to...
I propose to develop a mini lightbox script to display images with a simple zoom.
**Describe the bug** I got this error from tailwind.config.js **Error: Cannot find module 'flowbite/plugin'** ``` Require stack: /home/runner/work/project/project/config/tailwind.config.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15) at Function._resolveFilename (pkg/prelude/bootstrap.js:1955:46) at Function.resolve (node:internal/modules/cjs/helpers:108:19) at Function.resolve (/snapshot/tailwindcss/standalone-cli/patch-require.js:34:38)...
**Describe the bug** Flowbite 2.2 is unable to work flexibly with accordions in the same way that 1.8.1 (and possibly other versions) could. In my custom blocks for Gutenberg, each...
**Describe the bug** Tooltip and Dropdown components don't work when tailwindcss prefix is set. **To Reproduce** Steps to reproduce the behavior: 1. Setup prefix in the tailwind.config.js: ``` module.exports =...