Text Inputs
Text Inputs are blank text fields used solely within Modals to collect user input.
Text Inputs are blank text fields used solely within Modals to collect user input. They are created by extending the TextInput
class, and adding a label
and placeholder
property.
Here we have 2 examples of text inputs, one in a large paragraph form, and one in a short form.
Last updated on