flowbite-react
flowbite-react copied to clipboard
Official React components built for Flowbite and Tailwind CSS
Please, read #1306
- [x] I have followed the [Your First Code Contribution section of the Contributing guide](https://github.com/themesberg/flowbite-react/blob/main/CONTRIBUTING.md#your-first-code-contribution) Fixed the problem with vertical-oriented `` component style. The `root.base` class theme prop is now...
fix: carousel init bug ### Changes: Added Overflow Props to ScrollContainer ### Why: fixes: #1283 Screen-record: https://github.com/themesberg/flowbite-react/assets/134603758/f40425df-cddf-4beb-b5bd-a488dc0806a6 ## Summary by CodeRabbit ## Summary by CodeRabbit - **Style** - Updated the...
This Pull Request introduces the BottomNavigation component to Flowbite-React, enhancing the navigation experience for users. The BottomNavigation component offers a convenient way to navigate between different sections or pages of...
Each component can now OPTIONALLY be imported individually from the components path. EXAMPLE: ``` import { Badge } from "flowbite-react/components/Badge"; function App() { return ( Test ); } ``` Components...
- [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 Timeline.Point ring...
## 🛠️ Enhancement: Added Date Formatting Support to DatePicker This PR introduces date formatting support to the DatePicker component by leveraging the `date-fns` package. Users can now customize date formats...
- [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. Create...
- [x] I have followed the [Your First Code Contribution section of the Contributing guide](https://github.com/themesberg/flowbite-react/blob/main/CONTRIBUTING.md#your-first-code-contribution) Summarize the changes made and the motivation behind them. This PR creates the ghost button...
This Pull Request introduces Skeleton Loading components to Flowbite-React, leveraging the Flowbite package. Skeleton Loading provides users with a seamless loading experience by displaying placeholders while content is being fetched...