flowbite-react icon indicating copy to clipboard operation
flowbite-react copied to clipboard

Official React components built for Flowbite and Tailwind CSS

Results 248 flowbite-react issues
Sort by recently updated
recently updated
newest added

**Describe the bug** On Firefox, dragging a `Carousel` left or right does not "snap" the `Carousel` to the next (dragging left) or previous (dragging right) slide. Instead, you partially scroll...

bug
confirmed

## Description Added defaultIsOpen prop to SidebarCollapse; Added storybook component to demonstrate using defaultIsOpen Fixes # (issue) N/A ## Type of change Please delete options that are not relevant. -...

**Describe the bug** I use Dropdown and when select item from this dropdown, it is still opened. Documentation also don't have any information how can we do it. Reproduce: -...

bug
help wanted
confirmed

**Describe the bug** When displayed, tooltips are supposed to appear in front of anything else. However, they are behind tables: ![image](https://user-images.githubusercontent.com/423852/191195612-e1b53206-7489-4f2e-9ed4-f2b248a160c2.png) **To Reproduce** Steps to reproduce the behavior: 1. Go...

bug
help wanted
good first issue
confirmed

**Describe the bug** Followed the instructions to setup a flowbite-react project. Copied the code for header block in https://flowbite.com/blocks/marketing/header/ Everything works fine except when I switch to mobile view that...

**Describe the bug** `javascript const scrollTo = (element) => { const section = document.querySelector(element); section.scrollIntoView({ behavior: "smooth", block: "start" }); };` **To Reproduce** Steps to reproduce the behavior: Scroll randomly...

**Is your feature request related to a problem? Please describe.** We are moving our documentation to Hugo, to keep the same layout and usability that is found today at the...

documentation
enhancement
help wanted

**Describe the bug** I have created a page, which included a component composed of `Tabs.Group` and placed it in the middle of the page. Now when I open this page,...

needs info

Improve the theme support to the component (and subcomponents). **Describe the solution you'd like** - All default styles must be moved to the default theme; **Describe alternatives you've considered** n/a...

enhancement
help wanted

I am seeing this really strange behavior, basically If I move to certain page using next's `route.push` it renders w/o problem. However, if I go to the page **directly by...

needs info