Textarea
Enables users to add longer text to a form.
Import
js
import { MpTextarea } from '@mekari/pixel3'
Playground
API
MpTextarea
Props
Events
Name | Type | Default |
---|---|---|
model-value | string | - |
placeholder | string | - |
is-read-only | boolean | - |
is-disabled | boolean | false |
is-invalid | boolean | false |
is-required | boolean | false |
is-full-width | boolean | true |
aria-label | string | - |
aria-labelled-by | string | - |