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

16 lines (13 loc) 718 B
import { r as registerInstance, h } from './index-6a4e4ae9.js'; import './VideoMessageBubble-258cc9fe.js'; import './ClockMark-2dd98d26.js'; const ChatVideoMessageBubble = class { constructor(hostRef) { registerInstance(this, hostRef); } render() { return (h("div", { key: '0effed36d5ddb6413101f77213720f6ddf6f59ee' }, 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() }))); } }; export { ChatVideoMessageBubble as chat_video_message_bubble }; //# sourceMappingURL=chat-video-message-bubble.entry.js.map