title and description render in the dialog header.
Basic Usage
Confirmation Pattern
Dialogs work well for destructive actions that need explicit confirmation before proceeding.API Reference
Protocol Reference
Dialog
Modal overlay with a trigger and content panel.
title and description render in the dialog header.
{
"type": "Dialog",
"children?": "[Component]",
"title?": "string",
"description?": "string",
"cssClass?": "string"
}