TextArea
Text area with optional auto-grow.
Interfaces¶
TextAreaProps¶
Defined in: src/shared/ui/TextArea.tsx:9
Extends¶
TextareaHTMLAttributes\<HTMLTextAreaElement>
Properties¶
| Property | Type | Description | Defined in |
|---|---|---|---|
autoGrow? |
boolean |
Grow the textarea to fit its content (disables manual resize). | src/shared/ui/TextArea.tsx:11 |
Variables¶
TextArea¶
Defined in: src/shared/ui/TextArea.tsx:19
A comfortable, reusable multi-line text editor: generous min-height, relaxed
line-height, and user-resizable by default. Pass autoGrow to have it expand
to fit its content instead.