UNPKG

app-datepicker

Version:

A custom datepicker element based on Google's Material Design built from scratch with lit-element

6 lines (5 loc) 197 B
export function customElementsDefine(tagName, baseClass) { if (window.customElements && !window.customElements.get(tagName)) { window.customElements.define(tagName, baseClass); } }