UNPKG

isomtrik-quickchat

Version:

isomtrik-quickchat is a lightweight, real-time chat component built with Stencil JS. It is designed to be seamlessly integrated into web applications, offering customizable and responsive chat functionalities. The module supports both CommonJS and ES modu

21 lines (16 loc) 914 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-e1c67530.js'); require('./ImageMessageBubble-1efdd496.js'); require('./ClockMark-6b4b6198.js'); require('./Image-6ad8d97b.js'); const ChatImageMessageBubble = class { constructor(hostRef) { index.registerInstance(this, hostRef); } render() { return (index.h("div", { key: '8d294e74c81ca0649ea5fcc474369d8854ce708d' }, index.h("image-message", { key: '109475ef1960ecaa111f03a8596636292969d316', bgColor: '#EFF1FA', imageSrc: 'https://i.etsystatic.com/7251436/r/il/4fc56c/5398499035/il_570xN.5398499035_rnzx.jpg', width: '200px', height: 'fit-content', padding: '10px 10px 15px 10px', borderRadius: "6px", time: new Date().toISOString() }))); } }; exports.chat_image_message_bubble = ChatImageMessageBubble; //# sourceMappingURL=chat-image-message-bubble.cjs.entry.js.map