1 2 3 4 5 6 7 8
class Dialog extends HTMLElement { constructor() { super(); } } customElements.define("x-dialog", Dialog, {extends: "dialog"});