Dialog

<Dialog isOpen={IS_OPEN} onClose={ON_TOGGLE_OPEN} title="Hello World" isNarrow={IS_NARROW} isCentered={IS_CENTERED}>{CHILDREN}</Dialog>
NameTypeDescriptionRequired
children
ReactNode
-
Yes
isOpen
boolean
-
isCentered
boolean
-
isNarrow
boolean
-
noPadding
boolean
Removes padding from the Dialog content.
onClose
(_?: unknown) => Promise<void> | void
-
Yes
title
string
-