dialog constructor
const
dialog(})
The <dialog> HTML element represents a dialog box or other interactive component, such as a dismissible alert, inspector, or subwindow.
Implementation
const dialog(
this.children, {
this.open = false,
this.id,
this.classes,
this.styles,
this.attributes,
this.events,
super.key,
});