UNPKG

app-datepicker

Version:

Google Material Design based date picker built with lit

10 lines (9 loc) 312 B
import { IconButton as BaseIconButton } from '@material/mwc-icon-button'; export class IconButton extends BaseIconButton { async layout() { const ripple = await this.ripple; ripple?.['mdcFoundation']?.layout(); await ripple?.updateComplete; await this.updateComplete; } }