UNPKG

unisson

Version:

Lightweight JSX framework built on native modern browser features

18 lines (12 loc) 270 B
export class UnissonComponent extends HTMLElement { constructor() { super(); } connectedCallback() {} disconnectedCallback() {} attributeChangedCallback(name, oldValue, newValue) {} render() { this.append(this.template()); } template() {} }