Sutu Sebastian
Sutu Sebastian
### 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...
### Changes - [x] bring in https://flowbite.com/docs/components/device-mockups/ to `flowbite-react` ### Result ## Summary by CodeRabbit - **New Features** - Introduced customizable mockup components: `DefaultMockup`, `DesktopMockup`, `GooglePixelMockup`, `IPhone12Mockup`, `LaptopMockup`, and `SmartwatchMockup`....
### Description Bring tailwindCSS `prefix` support and optimise the way tailwindCSS scans for `flowbite-react` classname's. Simplify setup process requiring only a single tailwindCSS plugin. ### Changes - [ ] ###...
### Task ### Changes - [ ] ### Result **Before** **After**
**Describe the bug** Console error when component gets unmounted. **To Reproduce** Steps to reproduce the behavior: 1. use `useKey()` / `useKeyCombo()` 2. unmount the component 3. See error **Expected behavior**...
### Discussed in https://github.com/themesberg/flowbite-react/discussions/1530 Originally posted by **goodpixels** February 11, 2025 Property `iconOnly` mentioned [here](https://flowbite-react.com/docs/components/button#button-with-only-icons) is not implemented [in the component](https://github.com/themesberg/flowbite-react/blob/main/packages/ui/src/components/Button/Button.tsx#L70).