flowbite icon indicating copy to clipboard operation
flowbite copied to clipboard

Open-source UI component library and front-end development framework based on Tailwind CSS

Results 280 flowbite issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** I would like to show a tooltip only when I explicitly call the `show`/`hide` method in the `Tooltip` instance. Currently...

enhancement

It would be really good for the infinite carousel slider to have configurable interval speed. Maybe even with a custom attribute `data-carousel-interval="2000ms"`

bug

When importing the js library through npm `import 'flowbite'`. 1. Is it optional? Like: `import { Modal } form 'flowbite'` . Although, I can ```` import Accordion from 'flowbite/src/components/accordion' import...

**Describe the bug** - If you create a carousel containing only 2 Items (Images), the Animation when sliding, does not looks right (It's a little bit difficult do describe but...

bug

Is i18n developed for your datepicker? I cannot see it that option [at the docs](https://flowbite.com/docs/plugins/datepicker)

**Is your feature request related to a problem? Please describe.** Hi there, I use flowbite datepicker in my project and already set the minDate and maxDate on options at the...

enhancement
v1.6.3

Fixes: #159 This is a small check to configure webpack to build the JS bundles for ES5 / IE11 Babel is already configured for IE11. To test it run `build:webpack`...

Hi, I have installed the datepicker from then CDN and it works just fine. I can change the format with `datepicker-format="dd/mm/yyyy"`. I try now to change the locale with `datepicker-locale="fr-FR"`...

documentation
enhancement
v1.6.3

**Is your feature request related to a problem? Please describe.** reattach events for all elements or single elements after DOMLoaded **Describe the solution you'd like** - **Describe alternatives you've considered**...