flowbite
flowbite copied to clipboard
Open-source UI component library and front-end development framework based on Tailwind CSS
**Is your feature request related to a problem? Please describe.** As a .NET developer, I would love to use this library in my Blazor project **Describe the solution you'd like**...
Add the following options: - use data-modal-target to init a modal instead of toggle - use data-modal-dismiss / hide to hide a modal and use these for the button -...
Fixes issue #222 each tab hides the shadow of the previous tab .. that explains why the last one is working fine .. so I changed the `z-index` on focus...
**Describe the bug** clicking on the first tabs (except the last one) the tab is colored in the edges incorrectly, all the edges should be colored. **Screenshots**  **Desktop (please...
Fixed issue #220 In the `initiateToggleDarkState` function inside **docs.js** you handle the examples in the docs, this function can change the them and the size of components based on media...
I installed tailwind css from default NUXT cli. And now i want to add flowbite in my nuxt application. How can i do that? Thanks in advance ❤️ **package.json** ```js...
**Integrate stories into badge** This helps close the #195 To do: - [x] Default badge - [x] Larger badge - [x] Badges as links - [x] Badges with icon -...
I wanted to use 2 slides on the carousel. but I now I have to write 2 diff codes for mobile and desktop view. can you suggest the most appropriate...
**Describe the bug** In the mobile example for multi-level dropdowns (and in my site), the second level of dropdown falls off the edge of the page. Since the anchor text...