numberInputOptions {shinyChakraSlider}R Documentation

Options for chakra number input or for the number input of a chakra slider

Description

Create a list of options to be passed to numberInputOptions in chakraNumberInput or chakraSliderInput.

Usage

numberInputOptions(
  width = NULL,
  fontSize = NULL,
  fontColor = NULL,
  borderColor = NULL,
  focusBorderColor = NULL,
  borderWidth = NULL,
  stepperColor = NULL
)

Arguments

width

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"

stepperColor

color(s) of the steppers, can be a single color or a vector of two colors, one for each stepper (increment and decrement)


[Package shinyChakraSlider version 0.1.0 Index]