Skip to main content
Version: 1.x

TextInput

TextInput​

The text input component.

Example

<TextInput customId="input" style={TextInputStyle.Short} />
Signature
function TextInput(props: TextInputProps & { style: TextInputStyle }): CommandKitElement<'text-input'>

Parameters

props​

parameter
TextInputProps & { style: TextInputStyle }