numberInputOptions: Options for the number input of the combined Chakra slider

Description Usage Arguments Value

View source: R/chakraCombinedSlider.R

Description

Create a list of options to be passed to the numericInputOptions argument in chakraCombinedSlider.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
numberInputOptions(
  precision = NULL,
  maxWidth = "80px",
  fontSize = NULL,
  fontColor = NULL,
  borderColor = NULL,
  focusBorderColor = NULL,
  borderWidth = NULL,
  incrementStepperColor = NULL,
  decrementStepperColor = NULL,
  ...
)

Arguments

precision

number of decimal points

maxWidth

width of the number input, e.g. "100px" or "20%"

fontSize

font size of the displayed value, e.g. "15px"

fontColor

color of the displayed value

borderColor

color of the border of the number input

focusBorderColor

color of the border of the number input on focus

borderWidth

width of the border of the number input, e.g. "3px" or "medium"

incrementStepperColor

color of the increment stepper

decrementStepperColor

color of the decrement stepper

...

other attributes of NumberInput

Value

A list of options to be passed to the numericInputOptions argument in chakraCombinedSlider.


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