Create a list of options to be passed to thumbOptions
in chakraSliderInput
thumbOptions(
width = NULL,
height = NULL,
color = NULL,
borderColor = NULL,
borderWidth = NULL,
icon = NULL,
iconColor = NULL,
iconSize = NULL
)
width of the thumb, e.g. "30px"
height of the thumb, e.g. "30px"
color of the thumb
color of the border of the thumb
width of the border of the thumb, e.g.
"3px"
or "thin"
an icon for the thumb, can be "circle"
,
"dotCircle"
, "bigdotCircle"
or "arrows"
color of the icon
size of the icon, e.g. "10px"
or "3em"