Functions for rendering Zero markup as HTML.
For vector forms with tags matching registered
elements, and whose registration includes a
:zero.html/render? true
option; the components
view will be rendered as a declarative shadow DOM.
Functions for rendering Zero markup as HTML. For vector forms with tags matching registered elements, and whose registration includes a `:zero.html/render? true` option; the components view will be rendered as a declarative shadow DOM.
(html & markup)
(html {:keys [doctype]} & markup)
Format Zero markup as an HTML string.
Format Zero markup as an HTML string.
(write-html w & markup)
(write-html w & {:keys [doctype]} & markup)
Write Zero markup to a writer as HTML.
Write Zero markup to a writer as HTML.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close