chore: Update README.md screenshot
This commit is contained in:
parent
fa249b53d4
commit
42f8b75781
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
|
||||
🤷♂️ zero-dependency, 🤏 tiny JS 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.
|
||||
|
||||
The result is a reactive UI on property changes. [View on CodePen ↗](https://codepen.io/ayoayco-the-styleful/pen/ZEwoNOz?editors=1010)
|
||||
|
|
Loading…
Reference in a new issue