UNPKG

xmlplus

Version:

A JavaScript framwork for developing projects efficiently.

12 lines (11 loc) 302 B
xmlplus("xp", function (xp, $_) { $_().imports({ Index: { css: "#index button { color: blue }", xml: "<div id='index'>\ <button>hell</button>\ <button>world</button>\ </div>" } }); });