UNPKG

xmlplus

Version:

A JavaScript framwork for developing projects efficiently.

11 lines 271 B
xmlplus("xp", function (xp, $_) { $_().imports({ Widget: { css: "#btn { color: blue }", xml: "<button id='btn'>label</button>" }, Button: { map: { extend: {"from": "Widget"} } } }); });