eva_chat
v0.1.34
Published
## Data ``` messages: {type: Array, default: () => data}, ``` ## Project setup ``` npm i eva_chat ```
Readme
eva_chat
Data
messages: {type: Array, default: () => data},Project setup
npm i eva_chatprops
props: {
message_color: {type: Array, default: () => [{background: '#fff', color: '#000'}]},
my_message_color: {type: Array, default: () => [{background: '#1976d2', color: '#ffffff'}]},
messages: {type: Array, default: () => data},
width_input: {type: Number, default: 300},
width: {type: Number, default: 500},
height: {type: Number, default: 400},
elevation: {type: Number, default: 2},
title: {type: String, default: 'Чат'},
background: {type: String, default: '#cccccc'},
item_color: {type: Boolean, default: () => data.owner},
}