Dialog
Name | Type | Default | Description |
children Required | ReactNode | - | - |
isOpen | boolean | - | - |
isCentered | boolean | - | - |
isNarrow | boolean | - | - |
noPadding | boolean | - | Removes padding from the Dialog content. |
onClose Required | (_?: unknown) => Promise<void> | void | - | - |
title | string | - | - |