createTextInput

@CheckReturnValue
abstract fun createTextInput(inputName: String, label: String, style: TextInputStyle): TextInputBuilder(source)

Creates a new text input component.

Parameters

inputName

The name of the input, set in @ModalInput

label

The label to display on top of the text field

style

The style of the text field