LLabanaat

Textarea

Multi-line text field with the same label/description/error accessibility wiring as Input.

<Textarea label="Description" placeholder="What does your team do?" className="ui-w-72" />

Editable — change the code above and the preview updates live.

Installation

import { Textarea } from "@labanaat/ui/textarea";

Props

PropTypeDefaultDescription
labelstringField label
hideLabelbooleanfalseVisually hides the label while keeping it accessible
descriptionstringHelper text shown below the field
errorstringError message; sets aria-invalid
rowsnumber4Visible row count