Components
Text Area
Text areas allow the user to enter multi-line text, such as comments or descriptions.
Enter a brief description.
Anatomy
Anatomy
import {TextArea} from '@staffbase/design';
<TextArea /> Examples
Invalid
This field is required.
API reference
TextArea
Inherits props fromBase UI Input Root
| Name | Type | Description |
|---|---|---|
rows | number | The number of visible text lines. |