chore: update readme tldr
This commit is contained in:
parent
c58415db0e
commit
5449ef2ee2
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
> **>>> TL;DR:** See the [Quick Start Example](#quick-start-example) you can just copy, refactor, and modify
|
||||
> **>>> TL;DR:** This provides a minimal vanilla JS base class that aims to reduce the complexity of creating reactive custom elements. See the [Quick Start Example](#quick-start-example)
|
||||
|
||||
Web Component Base
|
||||
---
|
||||
|
@ -6,7 +6,6 @@ Web Component Base
|
|||
[](https://www.npmjs.com/package/web-component-base)
|
||||
[](https://www.npmjs.com/package/web-component-base)
|
||||
|
||||
This provides a very minimal base class for creating reactive custom elements easily.
|
||||
|
||||
When you extend the `WebComponent` class for your component, you only have to define the `template` and `properties`. Any change in any property value will automatically cause just the component UI to render.
|
||||
|
||||
|
|
Loading…
Reference in a new issue