Skip to content
textarea
AutoXXS (320px)XS (375px)SM (640px)MD (768px)LG (1024px)XL (1280px)XXL (1536px)
SketchMaterialiOSTamagui
DataInjectionKeyPatternsServiceTransactionProcessResearchProductQualityPerformanceSpecDomainFunctionTechnologyArchitectureConfigMiddlewareDataDatabaseDrizzleMigrationModelop-sqliteSchemaSQLState ManagementDraftKeystoneMergePatchPatchesPersistenceReactiveRedoStoreUndoTestingDeviceFactoryIsolationTypeScriptZodTopicsCommunicationBidsNVCDesignDesign ImplicationsEducationPedagogyFoundationsPsychologyAttachmentFloodingRelatingAuthentic RelatingUIEditorReact Native

textarea

Fragment reference textarea
tags
ui

Textareas collect data from the user and allow multiple lines of text.

Usage

textarea(label="Comments")

Options

Add interactive features with shorthand attributes.

textarea(label="Feedback" placeholder="What do you think?" with-count)

Attributes

NameTypeDefaultDescription
labelstring-The textarea label.
placeholderstring-Placeholder text.
rowsnumber4Number of rows.
resizenone | vertical | horizontal | both | autoverticalResizing behavior.
sizesmall | medium | largemediumTextarea size.
disabledbooleanfalsePrevents interaction.
requiredbooleanfalseMarks as required.
with-countbooleanfalseShows a character count.