sliderThumbOptions {shinyChakraUI} | R Documentation |
Slider thumb options
Description
Define the Chakra slider thumb options.
Usage
sliderThumbOptions(
width = NULL,
height = NULL,
color = NULL,
borderColor = NULL,
borderWidth = NULL,
...
)
Arguments
width |
thumb width |
height |
thumb height |
color |
thumb color |
borderColor |
thumb border color |
borderWidth |
thumb border width |
... |
other attributes passed to |
Value
A list of attributes for usage in chakraSlider
,
chakraCombinedSlider
, or chakraRangeSlider
.
[Package shinyChakraUI version 1.1.1 Index]