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

## Description This PR moves the spinners documentation from the [current documentation page](https://flowbite-react.com/spinners) to Hugo. It looks similar to the alert example that can be found [here](https://github.com/themesberg/flowbite-react/blob/main/docs/content/components/alerts.md) Fixes #291 and...

Could you please be more detailed when it comes to using Flowbite React components? Since I don't know where fluid and rounded come from. Thank you very much.

**Is your feature request related to a problem? Please describe.** Seems it's not possible to use buttons with Link component at Next.js ``` import { Button } from 'flowbite-react' import...

enhancement
help wanted

**Describe the bug** when selecting a navbar Item on small screens Navbar should collapse but it doesn't. **Project information:** - Flowbite React: 0.1.2

help wanted
discussion

**Is your feature request related to a problem? Please describe.** I'm using tailwind configured with a prefix `tw-` but when using a flowbite-react component (for example Card) the prefix is...

:rocket: enhancement
help wanted

We need to implement the Drawer Label component as described in the core library. https://flowbite.com/docs/components/drawer/ **Describe the solution you'd like** PR must have: - Component (w/ Theme support) - Storybook...

help wanted
:dart: new component

**Describe the bug** Button uses `w-fit`, that applies `width: fit-content` which is the available space up to the max of the content, not the available space of the parent. `w-full`...

bug
confirmed

It seems that the `Timeline` component is the only one that is missing the theme support. We need to add the support to it.

enhancement
help wanted

- [x] I have searched the [Issues](https://github.com/themesberg/flowbite-react/issues) to see if this bug has already been reported - [x] I have tested the latest version ## Steps to reproduce 1. Try...

### Summary Since there is a lot of confusion regarding which files belong to docs, and which belong to the UI library, as well as which files are simply for...

:books: documentation
:rocket: enhancement