uon.dom contains DOM manipulation functions and classes. The 2-way binding classes are heavily inspired by Rivets.js. If Angular and Rivets had a baby it could have been uon.dom... If you want to use something that's more mature, use Rivets or Angular.
const dom = require('uon.dom');
const my_element = dom.find('#myelementid');
- Make the lib more skookum
- Complete this README