UNPKG

@n8d/htwoo-core

Version:

hTWOo is a Fluent Design Framework purely in HTML and CSS

7 lines (6 loc) 179 B
class pnpSelect extends HTMLUListElement{ constructor(){ super(); } }; let customElement = window.customElements.define("pnp-select", pnpSelect, {extends: "li"});