tomplate

0.0.3 • Public • Published

TomPlate

A extra-light template tool that allows function bindings :

(function(){
 var HTMLString = "<a href='#' onclick='{HelloScopedFn()}' ondblclick='globalFn()'>link</a>";
 var handlers = {
                  HelloScopedFn: function(){
                              console.log("hello!");
                          }
                };
 var element = tomplate(HTMLString,handlers);
 })();

Package Sidebar

Install

npm i tomplate

Weekly Downloads

1

Version

0.0.3

License

ISC

Last publish

Collaborators

  • mmouterde