UNPKG

@moveo-ai/web-widget

Version:

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

7 lines (5 loc) 244 B
const moveoUrlMessage = ({ url, title }, avatar) => `<li class="moveo__other"><img class="bot__image" src="${avatar}" /><a class="link__bubble" href="${url}" target="_blank">${ title || url }</a></li>`; export default moveoUrlMessage;