Textarea

Provides ample space for detailed text, like drafting an email, allowing you to elaborate on thoughts and present comprehensive information easily.

Basic

A textarea is a larger box where you can type in text, like your name, email, or a longer message.

Installation

In the terminal, run the following command to begin:
npx hq-kit add textarea

Controlled

You can control the textarea value by using the value prop.

You have typed:

Readonly

When the textarea is set to readonly, it cannot be edited.

Disabled

When the textarea is disabled, it becomes non-editable and appears inactive.