chakraAlertDialogOptions {shinyChakraUI} | R Documentation |
Alert dialog options
Description
Options for the alert dialog widget
(chakraAlertDialog
).
Usage
chakraAlertDialogOptions(
closeOnEsc = TRUE,
colorScheme = "red",
isCentered = TRUE,
motionPreset = "scale",
size = "md",
...
)
Arguments
closeOnEsc |
whether to close the modal on pressing the 'esc' key |
colorScheme |
a Chakra color scheme |
isCentered |
whether to center the modal on screen |
motionPreset |
transition that should be used for the modal; one of
|
size |
modal size, |
... |
other attributes of |
Value
A named list, for usage in chakraAlertDialog
.
[Package shinyChakraUI version 1.1.1 Index]