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

20 lines (15 loc) 801 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-e1c67530.js'); require('./VideoMessageBubble-db9efd68.js'); require('./ClockMark-6b4b6198.js'); const ChatVideoMessageBubble = class { constructor(hostRef) { index.registerInstance(this, hostRef); } render() { return (index.h("div", { key: '0effed36d5ddb6413101f77213720f6ddf6f59ee' }, index.h("video-message", { key: 'e79dba2f891bd579fc362068805e62ca6c0cae6e', bgColor: "#EFF1FA", borderRadius: "6px", padding: "10px 10px 25px 10px", videoSrc: "https://www.w3schools.com/html/mov_bbb.mp4", time: new Date().toISOString() }))); } }; exports.chat_video_message_bubble = ChatVideoMessageBubble; //# sourceMappingURL=chat-video-message-bubble.cjs.entry.js.map