flowbite
flowbite copied to clipboard
Open-source UI component library and front-end development framework based on Tailwind CSS
This patch fix https://github.com/themesberg/flowbite/issues/119 by setting the isHidden state based on the current modal element state, without this we always assume that the model is hidden every time we create...
Refactor component `Popover` and `Tooltip` for code optimizing
Missing open double quote for the id of the input location-search
[email protected]/dist/flowbite.min.css [email protected]/dist/flowbite.js [email protected]/dist/datepicker.js While using the datepicker plugin within Laravel 8, I've noticed a recent issue where the dropdown floats at the very top left of the screen. I have...
Reflects the new configuration process for Laravel 9 -- that uses Vite as the default bundler (webpack and Laravel Mix are no longer included in Laravel's default build). I simplified...
Update for Sveltekit new version 1.0.0-421.
The Tooltip works fine, we are happy on Desktop. After opening on mobile Device, we can´t close it by clikcking on other tooltips or on other spaces on the site....
**Describe the bug** `popover.js` - eventListeners added mutiple times ```js show() { ... modifiers: [ ...options.modifiers, { name: 'eventListeners', enabled: true }, // concatenation at each call ] ``` `options.modifiers`...
**Describe the bug** Classes for making the visibility switch for popover, tooltip, modal and dropdown are inconsistent. **To Reproduce** Classes used for show/hide floating elements: - popover, tooltip: visible/invisible, opacity-100/opacity-0...
**Describe the bug** Popover does not disappear correctly. **To Reproduce** Steps to reproduce the behavior. Case 1 1. Go to 'Popover > Triggering' 2. Click on button 'Click popover' 3....