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.

4 lines (3 loc) 104 B
export async function waitForNextFrame() { return new Promise(yay => requestAnimationFrame(yay)); }