0.1.0 • Published 8 years ago

uon.dom v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

UON Framework For Browser Apps

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.

Usage

const dom = require('uon.dom');

const my_element = dom.find('#myelementid');

TODOs

  • Make the lib more skookum
  • Complete this README