sliderMarkOptions {shinyChakraUI}R Documentation

Slider mark options.

Description

Define the options for the slider mark.

Usage

sliderMarkOptions(
  textAlign = "center",
  backgroundColor = "blue.500",
  textColor = "white",
  margin = "-35px 0 0 -25px",
  padding = "0 10px",
  width = "50px",
  ...
)

Arguments

textAlign

text alignment

backgroundColor

background color

textColor

text color

margin

margin (CSS property)

padding

padding (CSS property)

width

width

...

other attributes passed to SliderMark

Value

A list of attributes for usage in chakraSlider.


[Package shinyChakraUI version 1.1.1 Index]