flowbite
flowbite copied to clipboard
Open-source UI component library and front-end development framework based on Tailwind CSS
**Describe the bug** Setting a language for the datepicker (e.g. `de`) has no effect, as the picker will always only show english labels. This contradicts the API documentation.
Licenese -> License
**Describe the bug** By configuring tailwind content like this : ```typescript module.exports = { content: [ "./app/**/*.{js,ts,jsx,tsx}", "./node_modules/flowbite-react/**/*.js" ], plugins: [ // other plugins... require("flowbite/plugin") ], theme: {}, }; ```...
Hello! The `data-modal-backdrop="static"` data attribute prevent the modal from closing when clicking outside of it. Could you please add the `data-modal-closable` attribute for a Modal which will disable closing the...
Being able to select the first day of the week, for example Monday or Tuesday or Sunday....
Updated the getting started guide for next.js to take into account the breaking changes introduced in 0.8.0 per the [release note](https://github.com/themesberg/flowbite-react/releases/tag/flowbite-react%400.8.0). Also, added missing `"use client"` directives as without them...
**Is your feature request related to a problem? Please describe.** The tables that are provided are not very responsive. Specifically for small screens, when I use a table that contains...
### Bug Description When opening a modal on mobile browsers, the page always scrolls to the top. After closing the modal, the page remains at the top instead of returning...
remove redundant class "space-x", "space-x-4" already exist
fix typo for copied code alert