| chakraNumberInput {shinyChakraSlider} | R Documentation | 
Chakra number input
Description
This creates a number input in the Shiny UI.
Usage
chakraNumberInput(
  inputId,
  label = NULL,
  value,
  min,
  max,
  step = NULL,
  size = "md",
  options = list()
)
Arguments
inputId | 
 the input slot that will be used to access the value  | 
label | 
 the label for the widget; this can be some HTML code  | 
value | 
 initial value  | 
min | 
 minimum allowed value  | 
max | 
 maximum allowed value  | 
step | 
 stepping interval to use when adjusting the value  | 
size | 
 size of the widget, can be   | 
options | 
 a list of options for the number input created with
  | 
[Package shinyChakraSlider version 0.1.0 Index]