ComponentsDialogA popup that opens on top of the entire page.PreviewCodeView notifications Usage import { Dialog } from '@base-ui-components/react/dialog' <Dialog> <Dialog.Trigger /> <Dialog.Popup> <Dialog.Header> <Dialog.Title /> <Dialog.Description /> </Dialog.Header> <Dialog.Content> { /* content */ } </Dialog.Content> <Dialog.Footer> <Dialog.Close /> </Dialog.Footer> </Dialog.Popup> </Dialog>PreviousCollapsibleNextField