flowbite
flowbite copied to clipboard
Open-source UI component library and front-end development framework based on Tailwind CSS
**Describe the bug** When I set up a `Dismiss` object with the following options: ```html Dismiss me! [X] let dismiss = new Dismiss(document.querySelector("#dismissMe"), null, { duration: 10000 }); document.querySelector("#dismissTrigger").addEventListener("click", (e)...
./node_modules/flowbite-react/lib/**/*.js doesn't exist because there is no 'lib' dir in node_modules/flowbite-react the correct one would be ./node_modules/flowbite-react/**/*.js
**Is your feature request related to a problem? Please describe.** As a small business owner, I want to showcase our diverse services in a way that captivates our audience. A...
### **Issue** Phone input country code no working. https://github.com/themesberg/flowbite/issues/939 ### **Pull Request Description** Summary: This pull request addresses the issue https://github.com/themesberg/flowbite/issues/939 where, the phone input country code feature does not...
Currently all of these things do not work with `darkMode: "media"`, because the class `.dark` is hardcoded as a selector, but that class is only used by `darkMode: "class"`.
https://flowbite.com/docs/plugins/wysiwyg/
**Describe the bug** When using the Pin code input feature within a number-input component, pasting a verification code only pastes the character into the first input field, while the remaining...
Description: I would like to request the addition of a collapsing animation to the accordion component. Currently, when an accordion item is collapsed, the transition is abrupt, which may detract...
## **Is your feature request related to a problem? Please describe.** Whenever I visit the website for components, I see some good looking components surrounded by too much text that...
Previously TypeScript would error on `flowbitePlugin({})` with an error about it not being callable. This commit fixes the types.