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

17 lines (14 loc) 829 B
import { r as registerInstance, h } from './index-6a4e4ae9.js'; import './ImageMessageBubble-641d6415.js'; import './ClockMark-2dd98d26.js'; import './Image-d7f40652.js'; const ChatImageMessageBubble = class { constructor(hostRef) { registerInstance(this, hostRef); } render() { return (h("div", { key: '8d294e74c81ca0649ea5fcc474369d8854ce708d' }, 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() }))); } }; export { ChatImageMessageBubble as chat_image_message_bubble }; //# sourceMappingURL=chat-image-message-bubble.entry.js.map