| title | string | — | Dialog heading. |
| maxWidth | 'md' | … | '7xl' | 'fit' | 'wide' | 'md' | Panel width variant. |
| closeLabel | string | — | Accessible name for dismissals. |
| saveLabel | string | — | Save button text. |
| resetLabel | string | — | Reset button text. |
| discardTitle | string | — | Discard-confirm title. |
| discardMessage | string | — | Discard-confirm body. |
| discardLabel | string | — | Discard-confirm button text. |
| dirty | boolean | false | Gates the discard prompt and Reset. |
| saveDisabled | boolean | false | Caller validity rules; ORed with pending. |
| pending | boolean | false | Disables Save/Reset while an operation runs. |
| showReset | boolean | true | Shows the Reset button. |
| onSave | () => void | — | Save handler. |
| onReset | () => void | — | Reset handler. |
| onClose | () => void | — | Final close (direct when clean, after discard confirm). |
| children | Snippet | — | Form body. |