@seahax/elemental 0.4.0 → 0.4.1
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 +6 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,9 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Functional, reactive, web component base library.
|
|
4
4
|
|
|
5
|
-
Contains everything you need to build anything from a single component up to a full reactive application, with
|
|
5
|
+
Contains everything you need to build anything from a single component up to a full reactive application, with minimal overhead.
|
|
6
6
|
|
|
7
|
-
- [](https://bundlejs.com/?q=%40seahax%2Felemental%40latest&treeshake=%5B*%5D)
|
|
8
7
|
- Create fully portable web components
|
|
9
8
|
- Direct and safe access to the DOM (no virtual DOM)
|
|
10
9
|
- React-style list rendering using unique keys
|
|
@@ -13,6 +12,11 @@ Contains everything you need to build anything from a single component up to a f
|
|
|
13
12
|
- Client-side routing
|
|
14
13
|
- No Build Tooling
|
|
15
14
|
- No Dependencies
|
|
15
|
+
- Tiny Bundle Size
|
|
16
|
+
|
|
17
|
+

|
|
18
|
+
[](https://bundlejs.com/?q=%40seahax%2Felemental%40latest&treeshake=%5B*%5D)
|
|
19
|
+
|
|
16
20
|
|
|
17
21
|
## Define A Web Component
|
|
18
22
|
|