Skip to main content
Version: Next

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 }