UNPKG

skinny-widgets

Version:

skinnable web components widgets collection

7 lines (5 loc) 145 B
class PageAConfA extends HTMLElement { connectedCallback() { this.insertAdjacentHTML('beforeend', '<div>PageAConfA</div>'); } }