Skip to contents

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

Examples

if (FALSE) { # \dontrun{
inst / examples / sszTextInput / app.r
} # }