flowbite
flowbite copied to clipboard
Open-source UI component library and front-end development framework based on Tailwind CSS
This PR proposes a solution to trap focus within a modal. This improves keyboard navigation and overall accessibility. According to [Focus Order (Level A)](https://www.w3.org/WAI/WCAG22/Understanding/focus-order.html) from [WCAG 2.2](https://www.w3.org/WAI/WCAG22/Understanding/) - _A web...
**Describe the bug** Spacing is wrong on some components. This seems related to `--tw-space-x-reverse` **To Reproduce** Issue visible on flowbite website **Expected behavior** Spacing on RTL should respect same rules...
**Is your feature request related to a problem? Please describe.** When using keyboard navigation - `TAB` key, focus goes out of the modal. **Describe the solution you'd like** Ideally, focus...
**Describe the bug** Hello, at the best of my knowledge, this is not a duplicate I expect that Dropdowns are closed when pressing `ESC`, as it happens with Tooltips and...
Implement functionality to close the dropdown menu when the `Escape` key is pressed. This enhances user experience by providing a quick way to dismiss the dropdown. Fixes Issue #1064 Refs:...
## Description This pull request adds a new "Sign in with X" social button alongside existing social login options (Facebook, Twitter, GitHub, Google, and Apple) under the Social Buttons section....
Add InputCounter default onIncrement and OnDecrement callbacks to dispatch input event
Fix input counter component rebind
add missing url part necessary to display profile image even if the component is used outside this site.