Textarea
Basic textarea
Value: ""
Appearance
Size
States
With icon slots
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| modelValue | string | '' | v-model value |
| placeholder | string | '' | Placeholder text |
| disabled | boolean | false | Disabled state |
| readonly | boolean | false | Read-only state |
| invalid | boolean | false | Error state |
| rows | number | 3 | Visible rows |
| size | small | medium | large | medium | Input size |
| appearance | outline | filled-darker | filled-lighter | outline | Visual style |
| resize | none | both | horizontal | vertical | vertical | Resize direction |
Slots
| Slot | Description |
|---|---|
| contentBefore | Icon before textarea |
| contentAfter | Icon after textarea |