Options for the drawer widget
(chakraDrawer
).
chakraDrawerOptions(
closeOnEsc = TRUE,
closeOnOverlayClick = TRUE,
colorScheme = NULL,
isCentered = FALSE,
isFullHeight = FALSE,
motionPreset = "scale",
placement = "right",
size = "xs",
...
)
whether to close the panel on pressing the 'esc' key
whether to close the panel on clicking the overlay
a chakra color scheme
whether to center the modal on screen
if TRUE
and drawer's placement is "top"
or "bottom"
, the drawer will occupy the viewport height
transition that should be used for the modal; one of
"scale"
, "none"
, "slideInBottom"
, or
"slideInRight"
placement of the drawer, "top"
, "right"
,
"bottom"
, or "left"
modal size, "sm"
, "md"
, "lg"
, "xl"
,
"2xl"
, "full"
, "xs"
, "3xl"
, "4xl"
,
"5xl"
, or "6xl"
other attributes of Drawer
A named list, for usage in chakraDrawer
.