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

Textarea

Similar to the TextInput, texareas are primarily used to enter and edit text in forms. The main difference is that textareas support multiple lines.

Props

className
String
disabled
Bool
false
error
Bool
false
forwardedRef
Custom
name
String
required
onChange
Func
required
value
String

Examples

Default Usage

Error Modifier

Disabled Modifier