From b6241f9b1aa136ba24a50b39f1b1df782e6f5317 Mon Sep 17 00:00:00 2001 From: tpluscode Date: Mon, 3 Jun 2019 21:54:09 +0200 Subject: [PATCH] update readme --- README.md | 210 +----------------------------------------------------- 1 file changed, 3 insertions(+), 207 deletions(-) diff --git a/README.md b/README.md index 6ffe77e..5734b26 100644 --- a/README.md +++ b/README.md @@ -1,209 +1,5 @@ -# lit-any [![codecov](https://codecov.io/gh/wikibus/lit-any/branch/master/graph/badge.svg)](https://codecov.io/gh/wikibus/lit-any) +# `@lit-any` -Building late-bound User Interface with `lit-html` without actually creating (too many) custom elements +[https://lit-any.hypermedia.app](https://lit-any.hypermedia.app) -## Quick guide - -### 1. Install - -``` bash -yarn add @lit-any/lit-any -``` - -### 2. Set up how to render your content - -You want to display an object which represents a person but the avatar comes in two flavors. Of course, -it's possible to keep abusing `if` statements or drop in a `