thumbOptions {shinyChakraSlider} | R Documentation |
Options for the thumb of a chakra slider
Description
Create a list of options to be passed to thumbOptions
in chakraSliderInput
Usage
thumbOptions(
width = NULL,
height = NULL,
color = NULL,
borderColor = NULL,
borderWidth = NULL,
icon = NULL,
iconColor = NULL,
iconSize = NULL
)
Arguments
width |
width of the thumb, e.g. |
height |
height of the thumb, e.g. |
color |
color of the thumb |
borderColor |
color of the border of the thumb |
borderWidth |
width of the border of the thumb, e.g.
|
icon |
an icon for the thumb, can be |
iconColor |
color of the icon |
iconSize |
size of the icon, e.g. |
[Package shinyChakraSlider version 0.1.0 Index]