sliderThumbOptions {shinyChakraUI} | R Documentation |
Define the Chakra slider thumb options.
sliderThumbOptions(
width = NULL,
height = NULL,
color = NULL,
borderColor = NULL,
borderWidth = NULL,
...
)
width |
thumb width |
height |
thumb height |
color |
thumb color |
borderColor |
thumb border color |
borderWidth |
thumb border width |
... |
other attributes passed to |
A list of attributes for usage in chakraSlider
,
chakraCombinedSlider
, or chakraRangeSlider
.