Skip to main content
Version: Next

TextInput

TextInput(props): CommandKitElement<'text-input'>

The text input component.

<TextInput customId="input" label="Input" style={TextInputStyle.Short} />
ParameterTypeOptionalDescription
propsTextInputProps & { style: TextInputStyle; }