sliderMarkOptions: Slider mark options.

Description Usage Arguments Value

View source: R/chakraSlider.R

Description

Define the options for the slider mark.

Usage

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


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