UNPKG

app-datepicker-rtl

Version:

A custom datepicker element based on Google's Material Design built from scratch with lit-element. Fork of app-datepicker by motts.

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