Options for the modal widget (chakraModal
).
chakraModalOptions(
closeOnEsc = TRUE,
isCentered = TRUE,
motionPreset = "scale",
size = "md",
...
)
whether to close the modal on pressing the 'esc' key
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 Modal
A named list, for usage in chakraModal
.