hitchup
v0.0.1
Published
Declarative data binding solution.
Downloads
4
Readme
hitchup
Declarative data binding solution..
Installation
$ npm install --save hitchup
Usage
<section class="user">
<h1 data-text="user.name"></h1>
<p data-text="user.email"></p>
</section>
import Hitchup from 'hitchup';
new Hitchup(document.querySelector('.user'), { user });
License
MIT © Marcelo Fraga