XDSDialog
Dialog
Modal dialog using the native <dialog> element.Dialog@xds/core
Sub-components (3)
XDSDialogModal dialog using the native <dialog> element.
XDSDialogHeaderHeader for dialogs with a title, optional subtitle, close button, and start/end content slots.
useXDSImperativeDialogHook for showing a dialog without managing open state. Call dialog.show(content, options) to open and dialog.hide() to close. Render dialog.element in your JSX tree.