Modal
Example
Props
| Name | Type | Default Value | Required | Description | 
|---|---|---|---|---|
| title | string | Yes | ||
| primaryAction | Omit<Props, "size" | "kind" | "hierarchy"> | No | ||
| secondaryAction | Omit<Props, "size" | "kind" | "hierarchy"> | No | ||
| onClose | () => void | Yes | ||
| closeButtonLabel | string | No | ||
| isDestructive | boolean | No | @deprecated use kind='destructive' instead | |
| loadingMessage | string | No | ||
| error | string | No | ||
| errorBannerWidth |  | No | ||
| size |  | No | ||
| kind |  | No | ||
| autoFocus | boolean | No | 
