@base-ui-components/react
Version:
Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.
10 lines • 713 B
TypeScript
export { PopoverRoot as Root } from "./root/PopoverRoot.js";
export { PopoverTrigger as Trigger } from "./trigger/PopoverTrigger.js";
export { PopoverPortal as Portal } from "./portal/PopoverPortal.js";
export { PopoverPositioner as Positioner } from "./positioner/PopoverPositioner.js";
export { PopoverPopup as Popup } from "./popup/PopoverPopup.js";
export { PopoverArrow as Arrow } from "./arrow/PopoverArrow.js";
export { PopoverBackdrop as Backdrop } from "./backdrop/PopoverBackdrop.js";
export { PopoverTitle as Title } from "./title/PopoverTitle.js";
export { PopoverDescription as Description } from "./description/PopoverDescription.js";
export { PopoverClose as Close } from "./close/PopoverClose.js";