Options for the alert dialog widget
(chakraAlertDialog
).
chakraAlertDialogOptions(
closeOnEsc = TRUE,
colorScheme = "red",
isCentered = TRUE,
motionPreset = "scale",
size = "md",
...
)
whether to close the modal on pressing the 'esc' key
a Chakra color scheme
whether to center the modal on screen
transition that should be used for the modal; one of
"scale"
, "none"
, "slideInBottom"
, or
"slideInRight"
modal size, "sm"
, "md"
, "lg"
, "xl"
,
"2xl"
, "full"
, "xs"
, "3xl"
, "4xl"
,
"5xl"
, or "6xl"
other attributes of AlertDialog
A named list, for usage in chakraAlertDialog
.