Textarea — Playground
size
State
<textarea kuiTextarea rows="4" placeholder="Write a note"></textarea>| Name | Type | Default | Description |
|---|---|---|---|
| size | 'xs' | 'sm' | 'md' | 'lg' | 'md' | Textarea height and spacing size, mapped to Kikita UI control tokens. |
| invalid | boolean | false | Marks the textarea invalid outside a kui-field error state. |
| id | string | - | Explicit id override. Inside kui-field, the field id is used when omitted. |
Inputs verified against @kikita-labs/ui v1.6.1 public typings.