flowbite
flowbite copied to clipboard
Open-source UI component library and front-end development framework based on Tailwind CSS
 I am following the steps as suggest in documentation npm i @themesberg/tailwind-datepicker --save As I am importing it into my component file it displaying below error import Datepicker from...
### Discussed in https://github.com/themesberg/flowbite/discussions/128 Originally posted by **peroxovy** April 8, 2022 Hello, I want to ask if there's possibility to change the starting day of week in datepicker from flowbite?...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
Hi @zoltanszogyenyi and Flowbite community I made a RTL navigation bar. Because LTR navigation bars in RTL languages did not work properly and had problems.  Anyway, thank...
Updated both the docs tabs.md as well as the component tabs.js. It is now possible to save the last open tab by adding `data-tabs-save` to the toggle element. No value...
While using data-dropdown-placement=“bottom” is align the dropdown block on the start side which may cause overflow on the end side if placing the dropdown at the last element. I have...
As in title, drawer flickering when the page loads or is refreshed How to fix it? I use 1.5.2 version [screencast-127.0.0.1_8000-2022.08.12-14_34_36.webm](https://user-images.githubusercontent.com/3541269/184355355-cc12a8ec-b0ce-413c-978a-a53d827bc351.webm) .
I found this in case of Input Element with Addon, There is a duplicate of border-gray-300 class Please review.
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
I found this useful in case of stacked modal. Previously during backdrop remove, it only remove the first backdrop element. With my code, we ensure that every backdrop has association...