sliderTooltipOptions: Slider tooltip options

Description Usage Arguments Value

View source: R/chakraSlider.R

Description

Define the slider tooltip options.

Usage

1
2
3
4
5
6
7
8
9
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.


shinyChakraUI documentation built on Jan. 5, 2022, 5:08 p.m.