logoRuru UI

Textarea

The Textarea component is used to get multi-line user input.

Installation

npx ruru-ui-cli@latest add textarea

Usage

Variants

Textarea with Label

Textarea with Error Message

Disabled Input

Props

NameTypeDefaultDescription
classNamestring""Additional class names for the container.
labelstringundefinedLabel for the textarea element.
errorstring""Error message to display below the textarea.

On this page