Liking cljdoc? Tell your friends :D

zero.impl.markup


clj->css-propertyclj/s

(clj->css-property x)
source

flatten-bodyclj/s

(flatten-body body)
source

kw->el-nameclj/s

(kw->el-name tag)
source

move-bindsclj/s

(move-binds props)

Putting watchable things to be bound to props in place of the prop values is now deprecated. Binds should now be put into ::z/bind. However, to avoid breaking existing code; we'll automatically move any watchable things found in the props into the ::z/bind map.

Putting watchable things to be bound to props in place of the
prop values is now deprecated.  Binds should now be put
into `::z/bind`.  However, to avoid breaking existing
code; we'll automatically move any watchable things found in
the props into the `::z/bind` map.
sourceraw docstring

preproc-vnodeclj/s

(preproc-vnode vnode)

Simplifies the vnode, parsing out the classes and id from the tag, and converting compound tags (i.e [:div :span]) into nested vnodes, and accumulating the whole body into one sequence.

Simplifies the vnode, parsing out the classes and id from
the tag, and converting compound tags (i.e `[:div :span]`)
into nested vnodes, and accumulating the whole body into
one sequence.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close