From 356d4e16b5def116908d43425941ac0e0d75c6f3 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Tue, 21 Jul 2020 11:16:48 +0200 Subject: [PATCH] Remove recommended design elements (#609) As it is really hard to get working in a custom card. --- docs/frontend/custom-ui/lovelace-custom-card.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/frontend/custom-ui/lovelace-custom-card.md b/docs/frontend/custom-ui/lovelace-custom-card.md index 90a110c6..8d8beb5e 100644 --- a/docs/frontend/custom-ui/lovelace-custom-card.md +++ b/docs/frontend/custom-ui/lovelace-custom-card.md @@ -290,18 +290,6 @@ window.customCards.push({ }); ``` -## Recommended Design Elements - -We are currently migrating from using Paper Elements to MWC (Material Web Component) Elements. - -If an element exists in the below repository for MWC. We recommended using it. - -- [MWC (Material Web Components)](https://material-components.github.io/material-components-web-components/demos/index.html) - -If an element does not exist in MWC, we default to using Paper Elements. - -- [Paper Elements](https://www.webcomponents.org/collection/PolymerElements/paper-elements) - ## Advanced Resources Community Maintained Boilerplate Card - Advanced Template (Typescript, Rollup, Linting, etc.)