Skip to content

2.1

Airene Chat Bubble

Chat Bubble component for Airene.

Import

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

Playground

API

MpAireneChatBubble

Props
Events
Slots
NameTypeDefault
id
Id of chat bubble.
string -
title
Title of chat bubble.
stringAirene
variant
Variant of chat bubble.
answer | questionanswer
avatar-src
Source link for avatar of chat bubble.
string -
full-screen-label
Label tooltip for button full screen of chat bubble.
stringFull screen
is-loading
If true, chat bubble will show slot for loading.
booleanfalse
is-show-full-screen
If true, show button full screen.
booleanfalse

Usage

Basic

Advance