Edit page
Home
Getting Started
Components
Forms
AddressSmartInputAsyncCreatableSelectAsyncSelectCheckboxCreatableSelectCurrencyInputDropzoneDropzoneImagesFormErrorFormLabelImageCropInputGroupNumberInputPasswordInputPhoneInputRadioSelectSliderInputTextInputPropsExamplesTextMaskInputTextareaToggle
Typography
Utilities
Visualization Components

TextInput

The most basic and common type of input field. Text input fields are primarily used to enter and edit text in forms.

Props

className
String
disabled
Bool
false
error
Bool
forwardedRef
Custom
name
String
required
onChange
Func
required
size
'small' │ 'medium' │ 'large'
'large'
value
String

Examples

Default Usage

Error Modifier

Disabled Modifier

Size Modifier