Create a list of options to be passed to the
numericInputOptions
argument in chakraCombinedSlider
.
numberInputOptions(
precision = NULL,
maxWidth = "80px",
fontSize = NULL,
fontColor = NULL,
borderColor = NULL,
focusBorderColor = NULL,
borderWidth = NULL,
incrementStepperColor = NULL,
decrementStepperColor = NULL,
...
)
number of decimal points
width of the number input, e.g. "100px"
or
"20%"
font size of the displayed value, e.g. "15px"
color of the displayed value
color of the border of the number input
color of the border of the number input on focus
width of the border of the number input,
e.g. "3px"
or "medium"
color of the increment stepper
color of the decrement stepper
other attributes of NumberInput
A list of options to be passed to the
numericInputOptions
argument in chakraCombinedSlider
.