binding-dom

Binding dom is a simple library to bind dom data together. Not like react or vue, `Binding Dom` operate Dom object directly, and focus on simple binding problem.

Usage no npm install needed!

<script type="module">
  import bindingDom from 'https://cdn.skypack.dev/binding-dom';
</script>

README

Binding Dom

Binding dom is a simple library to bind dom data together. Not like react or vue, Binding Dom operate Dom object directly, and focus on simple binding problem.

Example

See demo.

Here is all the js codes.

<<< demo/example.js

Usage

See demo.