wrec 0.1.7 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# Web Reactive Component (wrec)
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Wrec is a small, zero dependency library that
|
|
4
|
+
greatly simplifies building web components.
|
|
4
5
|
|
|
5
|
-
|
|
6
|
-
It is inspired by [Lit](https://lit.dev).
|
|
6
|
+
<img alt="shipwreck" src="shipwreck.png" style="width: 256px">
|
|
7
7
|
|
|
8
|
-
Wrec
|
|
8
|
+
Wrec was inspired by [Lit](https://lit.dev).
|
|
9
|
+
It has fewer features than Lit.
|
|
9
10
|
In exchange, Wrec:
|
|
10
11
|
|
|
11
12
|
- is much smaller than Lit (about 1/4 of the size)
|