Sutu Sebastian

Results 6 issues of 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...

:books: documentation
:rocket: enhancement

### 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`....

:dart: new component

### 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 - [ ] ###...

:rocket: enhancement

### Task ### Changes - [ ] ### Result **Before** **After**

:bug: bug
confirmed

**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).

:books: documentation