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.
Preview
Code
Installation
CLI
Manual
npx hq-kit add textarea
Controlled
You can control the textarea value by using the value
prop.
Preview
Code
You have typed:
Readonly
When the textarea is set to readonly, it cannot be edited.
Preview
Code
Disabled
When the textarea is disabled, it becomes non-editable and appears inactive.
Preview
Code