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

29 lines (23 loc) 826 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-e1c67530.js'); const utils = require('./utils-bcad3386.js'); const myComponentCss = ":host{display:block}"; const MyComponentStyle0 = myComponentCss; const MyComponent = class { constructor(hostRef) { index.registerInstance(this, hostRef); this.first = undefined; this.middle = undefined; this.last = undefined; } getText() { return utils.format(this.first, this.middle, this.last); } render() { return index.h("div", { key: 'f68f4c7e2b782378eee11f06ae2cd727f004daef' }, "Hello, World! I'm ", this.getText()); } }; MyComponent.style = MyComponentStyle0; exports.my_component = MyComponent; //# sourceMappingURL=my-component.cjs.entry.js.map