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) 792 B
import { r as registerInstance, h } from './index-6a4e4ae9.js'; import './DocumentMessageBubble-afb31b1b.js'; import './ClockMark-2dd98d26.js'; import './Image-d7f40652.js'; const ChatDocumentMessageBubble = class { constructor(hostRef) { registerInstance(this, hostRef); } render() { return (h("div", { key: '90422698772f6b36980a6655c077898cf0f6a121' }, h("document-message", { key: '76351214db20f28d3c4aa95f34ac650b0b7681d4', bgColor: '#EFF1FA', borderRadius: "6px", time: new Date().toISOString(), docName: 'Somesomsomesomesome', width: "200px", height: "80px", documentNamePadding: "10px 7px", padding: "10px" }))); } }; export { ChatDocumentMessageBubble as chat_document_message_bubble }; //# sourceMappingURL=chat-document-message-bubble.entry.js.map