Improve chips (#5070)

Follow mdc specs
This commit is contained in:
Bram Kragten
2020-03-05 12:59:32 +01:00
committed by GitHub
parent 8abbc71e91
commit b17ea09b8b
2 changed files with 16 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
import { classMap } from "lit-html/directives/class-map";
import { html, customElement } from "lit-element";
import { ripple } from "@material/mwc-ripple/ripple-directive.js";
import { ripple } from "@material/mwc-ripple/ripple-directive";
import "@material/mwc-fab";
import { Constructor } from "../types";