thumbOptions {shinyChakraSlider}R Documentation

Options for the thumb of a chakra slider

Description

Create a list of options to be passed to thumbOptions in chakraSliderInput

Usage

thumbOptions(
  width = NULL,
  height = NULL,
  color = NULL,
  borderColor = NULL,
  borderWidth = NULL,
  icon = NULL,
  iconColor = NULL,
  iconSize = NULL
)

Arguments

width

width of the thumb, e.g. "30px"

height

height of the thumb, e.g. "30px"

color

color of the thumb

borderColor

color of the border of the thumb

borderWidth

width of the border of the thumb, e.g. "3px" or "thin"

icon

an icon for the thumb, can be "circle", "dotCircle", "bigdotCircle" or "arrows"

iconColor

color of the icon

iconSize

size of the icon, e.g. "10px" or "3em"


[Package shinyChakraSlider version 0.1.0 Index]