Skip to content

2.1

Airene Chat Input

Chat Input component for Airene.

Import

js
import { MpAireneChatInput } from '@mekari/pixel3'

Playground

API

MpAireneChatInput

Props
Events
Slots
NameTypeDefault
id
Id of chat input.
string -
modelValue
modelValue of chat input, use for v-model.
string -
placeholder
Placeholder of chat input.
stringAsk something...
maxlength
Max length of chat input.
string -
aria-labelled
Optional prop for accessibility.
string -
aria-labelled-by
Optional prop for accessibility.
string -
is-read-only
If true, chat input will be read only.
booleanfalse
is-disabled
If true, chat input will be disabled.
booleanfalse
is-invalid
If true, chat input will be invalid.
booleanfalse
is-required
If true, chat input will be required.
booleanfalse
is-force-focus
If true, chat input will be force to focus state
booleanfalse

Usage

Basic

Advance