function to generate a numericInput with the custom ssz label styling (via "ssz-label" class)
Usage
sszNumericInput(inputId, label, value, ...)
Arguments
- inputId
inputId parameter for numericInput
- label
label parameter for numericInput
- value
value parameter (initial value) for numericInput
- ...
further named parameters to be passed to numericInput (min/max/step/width)
Value
the same as textInput with modified label class
See also
Other shiny_widgets:
sszActionButton(),
sszAirDatepickerInput(),
sszAutocompleteInput(),
sszDateRange(),
sszDownloadButton(),
sszOgdDownload(),
sszRadioButtons(),
sszRadioGroupButtons(),
sszSelectInput(),
sszSliderInput(),
sszTextInput()
Examples
if (FALSE) { # \dontrun{
inst / examples / sszNumericInput / app.r
} # }