elegance
v0.5.0
Published
Elegant Javascript Framework
Downloads
3
Maintainers
Readme
Elegance
Javascript Framework
Usage
To use this, npm install Elegance
, then grab the dist/elegance.min.js.
There are some examples located in /examples, take a look!
ideas
- Allow setting up controller event bindings in HTML, for example a button might have a data-onclick attribute set to "destroy", which will bind it to the destroy method of the controller.