hokuto
v0.0.20
Published
``` js hokuto.render({ config: { state: { n: 50 }, children: [{ tag:'span', html: function() { this.node.innerHTML = this.parent.state.n; }, ref: 'lab' },{ tag: 'input', attrs: { type: 'range' }, onInput: function(e) { this.getByRef('lab').innerHTML = e.t
