From 4be051998ba8eae97f14b55da4e7aff07139cc6f Mon Sep 17 00:00:00 2001 From: tpluscode Date: Thu, 2 Nov 2017 21:18:00 +0100 Subject: [PATCH] remove bower and update readme --- LICENSE | 2 +- README.md | 108 +++++++++++++++++++++++++++++++++++++++++++++++++++- augeas.html | 1 - bower.json | 8 ---- index.html | 27 ------------- 5 files changed, 108 insertions(+), 38 deletions(-) delete mode 100644 augeas.html delete mode 100644 bower.json delete mode 100644 index.html diff --git a/LICENSE b/LICENSE index 0984422..6daafe2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 wikibus +Copyright (c) 2016-2017 Tomasz Pluskiewicz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index d74ab50..97c795b 100644 --- a/README.md +++ b/README.md @@ -1 +1,107 @@ -# augeas \ No newline at end of file +# lit-any + +Building late-bound User Interface with `lit-html` without actually creating (too many) custom elements + +## Quick guide + +### 1. Install + +``` bash +yarn add 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 `