Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDoge authored Dec 28, 2024
1 parent 10fd7b7 commit 7caa3cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
# Features

- Keeps you close to the DOM.
- HTMLElement builder allows you to differentiate between attributes and properties.
- `HTMLElement` builder allows you to differentiate between attributes and properties.
- Builder doesn't only work with `HTMLElement`(s) but works with any `Node` instance including `ShadowRoot`, `DocumentFragment`, `Document`... any `Node` type, including future ones.
- Converts existing HTMLElement methods to builder pattern with `Proxy`.
- Uses signals for reactivity.
- Makes using signals easier with things like `.pipe()`, `.derive()` and more.
Expand Down

0 comments on commit 7caa3cb

Please sign in to comment.