TextArea
Interfaces¶
TextAreaProps¶
Defined in: src/shared/ui/TextArea.tsx:5
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:7 |
Variables¶
TextArea¶
Defined in: src/shared/ui/TextArea.tsx:15
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.