ComponentsOverlayDialogModal dialog overlay for focused interactionsCopy MarkdownOpenExamples Dialog TriggerPreviewCodeOpen Dialog Schema interface DialogSchema { type: 'dialog'; trigger: SchemaNode; title?: string; description?: string; children: SchemaNode[]; footer?: SchemaNode[]; }ToasterContainer for displaying toast notificationsDrawerSliding panel from edge of screen