dombuild

0.0.1 • Public • Published

dombuild

var d = require('dombuild');
 
var ui = d('!foo#root.a.b.c',
  "This is a text node", [d, "br"],
  "This is another text node", [d, "br"],
  [d, "br"],
  [d, "a!link.active",
    { href: "/foo/bar",
      onclick: function(evt) { evt.preventDefault(); alert("hello!"); } },
    "Click me! ",
    [d, "b", "here's some bold text"],
    " ",
    [d, "i", "here's some italic text"]
  ],
  [d, "div", {style: {width: 100, height: 100, backgroundColor: 'red'}}]
);

Dependents (0)

Package Sidebar

Install

npm i dombuild

Weekly Downloads

0

Version

0.0.1

License

ISC

Last publish

Collaborators

  • jaz303