flowbite
flowbite copied to clipboard
Open-source UI component library and front-end development framework based on Tailwind CSS
**Describe the bug** Responsive view breaks when switching view vertically/horizontally. **To Reproduce on desktop** Steps to reproduce the behavior: 1. Go to flowbite website, for example navbar 2. Go to...
**Describe the bug** The mega menu does not close when a user clicks outside of it, but only when the triggering element, e.g. a button is clicked again. **To Reproduce**...
**Describe the bug** When using nested carousels the data-active-item breaks defaultPosition of parent carousel
**Describe the bug** `simple-datatables` has it's option `fixedColumns` set to `true` by default, but it does not work. When navigating through the pages, the column width's change. **To Reproduce** Steps...
**Describe the bug** Current page not visually active in the datatable pagination items. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://flowbite.com/docs/plugins/datatables/#table-pagination 2. The current page (`1`) is...
To prevent removal of classes present in both `activeClasses` and `inactiveClasses` when the accordion item is shown. Fixes #1005
Would be nice get a reference to the element that was clicked (if available) to trigger `Modal.show()` in the callback function. Something like: ``` ... ... modalOptions = { onShow:...
When an accordion item is expanded, classes in `data-active-classes` are removed if they are also present in `data-inactive-classes`. This is a problem when you want the same classes applied for...
fix for issue #904 added two new data attributes for modals: `data-modal-closable` and `data-modal-backdropClasses`
When reading the excellent Flowbite docs, I've noticed some of the texts in the Alerts examples were not correct. This pull requests corrects them. Only texts are changed, no HTML...