Skip to content
Forms

Textarea

A multi-line text input for longer form content. Supports all native textarea attributes with consistent styling.

Import

import { Textarea } from "@mikenotthepope/substrateui"

Disabled

With Field

Max 500 characters.

API Reference

PropTypeDefaultDescription
placeholderstringPlaceholder text shown when the textarea is empty.
disabledbooleanfalseWhen true, prevents interaction and reduces opacity.
rowsnumberThe number of visible text lines.
classNamestringAdditional CSS classes to apply to the textarea element.