Textarea - Keep React

Textarea Input Component is a user interface element used to collect and display multiline text input from users. It provides an expandable box where users can enter a larger amount of text, such as comments, descriptions, or messages.

Table of Contents#

Default Textarea#

The Default Textarea component provides users with a simple and versatile text input area.

Textarea With Helper Text#

Display the textarea component with a label and helper text to assist users.

Message must be a at least 100 words.

Textarea in a Form#

Learn how to integrate the textarea component into a form for seamless data collection.

Disabled Textarea#

Demonstrate the use of the disabled prop to render a disabled textarea component.

API Reference#

Explore the available props for the Textarea component.

PropertyDescriptionTypeDefault
classNameclassName for custom stylestringNone
disabledDisables interactions with the textarea component.booleanfalse