sliderThumbOptions: Slider thumb options

Description Usage Arguments Value

View source: R/chakraSlider.R

Description

Define the Chakra slider thumb options.

Usage

1
2
3
4
5
6
7
8
sliderThumbOptions(
  width = NULL,
  height = NULL,
  color = NULL,
  borderColor = NULL,
  borderWidth = NULL,
  ...
)

Arguments

width

thumb width

height

thumb height

color

thumb color

borderColor

thumb border color

borderWidth

thumb border width

...

other attributes passed to SliderThumb

Value

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


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