Liking cljdoc? Tell your friends :D
Clojure only.

reacl-c-basics.core


defn-domcljmacro

(defn-dom name [attrs & args] & body)

Defines a function similar to the dom functions, in that the first argument is an optional attributes map. If the defined function is called without an attribute map, then {} will be passed implicitly.

Defines a function similar to the dom functions, in that the first
argument is an optional attributes map. If the defined function is
called without an attribute map, then `{}` will be passed
implicitly.
sourceraw docstring

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

× close