Remixml to DOM rendering
![Rate on Openbase](https://badges.openbase.io/js/rating/remixml-dom.svg)
Remixml component that renders directly to the DOM in browsers.
Uses the regular Javascript DOM-API and therefore is not limited by the
pseudo-smart parsing rules that the browser HTML parser imposes, i.e.
it allows the creation of arbitrary DOM structures.
Requirements
It runs inside any webbrowser or NodeJS environment.
Reference documentation
Remixmldom.abstract2dom(abstract, node?)
Converts a DOM abstract
into DOM nodes. If the optional node
argument
is specified, it replaces the children of node
with the content
described in DOM abstract
. Returns node
if specified, or the new
nodes.
References
Card-carrying member of the zerodeps
movement.