Define the slider tooltip options.
sliderTooltipOptions(
hasArrow = TRUE,
backgroundColor = "red.600",
color = "white",
placement = "top",
closeOnClick = FALSE,
isOpen = TRUE,
...
)
whether to include an arrow
background color
content color
tooltip placement; see tooltip placement
whether to close the tooltip on click
whether the tooltip is open
other attributes passed to Tooltip
A list of attributes for usage in chakraSlider
,
chakraCombinedSlider
, or chakraRangeSlider
.