-
-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: add `'use client'` to `Banner.CollapseButton` due to having event handlers * fix: add `'use client'` to `Sidebar` due to having context * fix: add `'use client'` to `SidebarItemGroup` due to having context * fix: add support for individual import since compound components do not work in server components * fix: tests + imports of deprecated `Tabs.Group` compound component; update docs --------- Co-authored-by: Sebastian Sutu <[email protected]>
- Loading branch information
1 parent
cac6148
commit 2e1202c
Showing
17 changed files
with
82 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
export * from './Accordion'; | ||
export type { AccordionPanelProps } from './AccordionPanel'; | ||
export type { AccordionTitleProps } from './AccordionTitle'; | ||
export * from './AccordionContent'; | ||
export * from './AccordionPanel'; | ||
export * from './AccordionTitle'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
import { WeekStart } from './helpers'; | ||
|
||
export * from './Datepicker'; | ||
export { WeekStart }; | ||
export { WeekStart } from './helpers'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
export * from './Dropdown'; | ||
export type { DropdownItemProps } from './DropdownItem'; | ||
export * from './DropdownDivider'; | ||
export * from './DropdownHeader'; | ||
export * from './DropdownItem'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export * from './Navbar'; | ||
export type { NavbarBrandProps } from './NavbarBrand'; | ||
export type { NavbarCollapseProps } from './NavbarCollapse'; | ||
export type { NavbarLinkProps } from './NavbarLink'; | ||
export type { NavbarToggleProps } from './NavbarToggle'; | ||
export * from './NavbarBrand'; | ||
export * from './NavbarCollapse'; | ||
export * from './NavbarLink'; | ||
export * from './NavbarToggle'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export * from './Rating'; | ||
export type { RatingAdvancedProps } from './RatingAdvanced'; | ||
export type { RatingStarProps } from './RatingStar'; | ||
export * from './RatingAdvanced'; | ||
export * from './RatingStar'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
export * from './Sidebar'; | ||
export type { SidebarCTAProps } from './SidebarCTA'; | ||
export type { SidebarCollapseProps } from './SidebarCollapse'; | ||
export type { SidebarItemProps } from './SidebarItem'; | ||
export type { SidebarLogoProps } from './SidebarLogo'; | ||
export * from './SidebarCTA'; | ||
export * from './SidebarCollapse'; | ||
export * from './SidebarItem'; | ||
export * from './SidebarItemGroup'; | ||
export * from './SidebarItems'; | ||
export * from './SidebarLogo'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
export type { TabItemProps } from './TabItem'; | ||
export * from './TabItem'; | ||
export * from './Tabs'; |
Oops, something went wrong.
2e1202c
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-phi.vercel.app
flowbite-react.com
flowbite-react-themesberg.vercel.app
www.flowbite-react.com