# Chatting Bubble
From
Component of Quasar
:chat (opens new window)
# Basic Usage
Set message text by text
.
sent
represents the direction to send.
# Adanced Usage
# Nickname
Set nickname from sender by name
.
# Avatar
Set the avatar from sender by avatar
.
# TimeStamp
Set the timestamp of the msg by stamp
.
# Background Color
Set the background color of the bubble by bgColor
.
# Successive Msgs
Set the successive messages by text
of Array
Type.
# Bubble width
Set the max width of bubble by width
.
# Configure
# Attributes
Param | Info | Default | Required | Type |
---|---|---|---|---|
text | the conetnt of msg | —— | true | Array |
name | the nickname of sender | —— | false | String |
avatar | the avatar of sender | —— | false | String |
stamp | the timestamp of msg | —— | false | String |
bgColor | the background color of bubble | —— | false | String |
width | the max width of bubble | 300(px) | false | Number |
sent | the direction to send | false | false | Boolean |
← Intro Loading Anime →