-
-
Notifications
You must be signed in to change notification settings - Fork 433
Commit
* refactor: - remove redundant `PropsWithChildren` - add granular theme override for: Datepicker, Dropdown, Modal, Navbar, Rating, Sidebar, Table, Timeline, Toast * fix: sidebar tests * add `sharp` for image optimisations * granular theming for `TableHead`, `TableBody` passing down custom theme object to `TableHeadCell` and `TableCell` * fix naming convention * granular theming for: - `TimelineItem` -> [`TimelinePoint`, `TimelineContent`] - `TimelineContent` -> [`TimelineTime`, `TimelineTitle`, `TimelineBody`] * refactor(components): explicit exports; avoid "component undefined" erorr in RSC * tests: add typesafety to custom `theme` object --------- Co-authored-by: Sebastian Sutu <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,6 +62,7 @@ | |
"react-icons": "^4.10.1", | ||
"react-indiana-drag-scroll": "^2.2.0", | ||
"react-markdown": "^9.0.0", | ||
"sharp": "^0.32.6", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
BanDroid
|
||
"tailwind-merge": "^1.13.2" | ||
}, | ||
"devDependencies": { | ||
|
1 comment
on commit 5bea210
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
flowbite-react – ./
flowbite-react-git-main-themesberg.vercel.app
flowbite-react-themesberg.vercel.app
flowbite-react-phi.vercel.app
www.flowbite-react.com
flowbite-react.com
please dont use sharp, here's the issue for termux users. CSS/Frontend library should never rely on native libs.