TextInput
TextInput
The text input component.
Example
<TextInput customId="input" label="Input" style={TextInputStyle.Short} />
Signature
function TextInput(props: TextInputProps & { style: TextInputStyle }): CommandKitElement<'text-input'>
Parameters
props
parameter
TextInputProps & { style: TextInputStyle }