Define the options for the slider mark.
sliderMarkOptions(
textAlign = "center",
backgroundColor = "blue.500",
textColor = "white",
margin = "-35px 0 0 -25px",
padding = "0 10px",
width = "50px",
...
)
text alignment
background color
text color
margin (CSS property)
padding (CSS property)
width
other attributes passed to SliderMark
A list of attributes for usage in chakraSlider
.