chakraDrawerOptions {shinyChakraUI} | R Documentation |
Drawer options
Description
Options for the drawer widget
(chakraDrawer
).
Usage
chakraDrawerOptions(
closeOnEsc = TRUE,
closeOnOverlayClick = TRUE,
colorScheme = NULL,
isCentered = FALSE,
isFullHeight = FALSE,
motionPreset = "scale",
placement = "right",
size = "xs",
...
)
Arguments
closeOnEsc |
whether to close the panel on pressing the 'esc' key |
closeOnOverlayClick |
whether to close the panel on clicking the overlay |
colorScheme |
a chakra color scheme |
isCentered |
whether to center the modal on screen |
isFullHeight |
if |
motionPreset |
transition that should be used for the modal; one of
|
placement |
placement of the drawer, |
size |
modal size, |
... |
other attributes of |
Value
A named list, for usage in chakraDrawer
.
[Package shinyChakraUI version 1.1.1 Index]