UNPKG

@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 690 B
export { PopoverRoot as Root } from './root/PopoverRoot.js'; export { PopoverTrigger as Trigger } from './trigger/PopoverTrigger.js'; export { Portal } from '../portal/Portal.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';