UNPKG

@moveo-ai/web-widget

Version:

Client side library to load the moveo chat widget and connect it with your agent

6 lines (4 loc) 207 B
const userTextMessage = (background_color, accent_color, text) => { return `<li class="self" style="background:${background_color};color:${accent_color}">${text}</li>`; }; export default userTextMessage;