sliderTooltipOptions {shinyChakraUI}R Documentation

Slider tooltip options

Description

Define the slider tooltip options.

Usage

sliderTooltipOptions(
  hasArrow = TRUE,
  backgroundColor = "red.600",
  color = "white",
  placement = "top",
  closeOnClick = FALSE,
  isOpen = TRUE,
  ...
)

Arguments

hasArrow

whether to include an arrow

backgroundColor

background color

color

content color

placement

tooltip placement; see tooltip placement

closeOnClick

whether to close the tooltip on click

isOpen

whether the tooltip is open

...

other attributes passed to Tooltip

Value

A list of attributes for usage in chakraSlider, chakraCombinedSlider, or chakraRangeSlider.


[Package shinyChakraUI version 1.1.1 Index]