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.

9 lines (8 loc) 527 B
export { DialogBackdrop as Backdrop } from './backdrop/DialogBackdrop.js'; export { DialogClose as Close } from './close/DialogClose.js'; export { DialogDescription as Description } from './description/DialogDescription.js'; export { DialogPopup as Popup } from './popup/DialogPopup.js'; export { Portal } from '../portal/Portal.js'; export { DialogRoot as Root } from './root/DialogRoot.js'; export { DialogTitle as Title } from './title/DialogTitle.js'; export { DialogTrigger as Trigger } from './trigger/DialogTrigger.js';