chakraModalOptions {shinyChakraUI} | R Documentation |
Modal options
Description
Options for the modal widget (chakraModal
).
Usage
chakraModalOptions(
closeOnEsc = TRUE,
isCentered = TRUE,
motionPreset = "scale",
size = "md",
...
)
Arguments
closeOnEsc |
whether to close the modal on pressing the 'esc' key |
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 chakraModal
.
[Package shinyChakraUI version 1.1.1 Index]