# Chatting Bubble

From

Component of Quasarchat (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