← All Components
TextArea
Form Inputs
Multi-line text input with character limit and auto-resize.
Live Demo
Usage
<script>
import { TextArea } from "jatui"
</script>
<TextArea />Props
| Prop | Type | Default | Description |
|---|---|---|---|
label | string | - | Field label |
value | string | "" | Text value (bindable) |
placeholder | string | - | Placeholder text |
rows | number | 3 | Visible rows |
error | string | - | Error message |
maxLength | number | - | Character limit |