The function that creates an element. The function signature is: [component attributes & children]
The function that creates an element. The function signature is: [component attributes & children]
(as-str x)
(create-element component)
(create-element component attributes & children)
(normalize-element [tag & content])
Ensure a tag vector is of the form [tag-name attrs content].
Ensure a tag vector is of the form [tag-name attrs content].
(render-element element)
Render a tag vector as a HTML element.
Render a tag vector as a HTML element.
(render-react x)
Turn a Clojure data type into a string of HTML.
In Hiccup, sequences are expanded out into the body. This is particularly useful for macros like for
.
Turn a Clojure data type into a string of HTML. In Hiccup, sequences are expanded out into the body. This is particularly useful for macros like `for`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close