Skip to content

TextArea

Interfaces

TextAreaProps

Defined in: src/shared/ui/TextArea.tsx:5

Extends

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

const TextArea: ForwardRefExoticComponent<
  TextAreaProps & RefAttributes<HTMLTextAreaElement>
>;

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.