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