Liking cljdoc? Tell your friends :D

pinkgorilla.ui.pinkie


clj->jsoncljs

(clj->json ds)
source

custom-rendererscljs

source

html5-tag?cljs

(html5-tag? tag)
source

html5-tagscljs

source

pinkie-exclude?cljs

(pinkie-exclude? hiccup-vector)
source

pinkie-namespacecljs

source

pinkie-tag?cljs

(pinkie-tag? tag)
source

register-tagcljs

(register-tag k v)
source

renderer-listcljs

(renderer-list)
source

replace-tag-in-hiccup-vectorcljs

(replace-tag-in-hiccup-vector hiccup-vector)

input: hiccup vector if keyword (first position in vector) has been registered via register-tag, then it gets replaced with the react function, otherwise keyword remains

input: hiccup vector
if keyword (first position in vector) has been registered via register-tag,
then it gets replaced with the react function,
otherwise keyword remains
sourceraw docstring

should-replace?cljs

(should-replace? hiccup-vector)
source

tag-injectcljs

(tag-inject hiccup-vector)

resolve function-as symbol to function references in the reagent-hickup-map. Leaves regular hiccup data unchanged.

resolve function-as symbol to function references in the reagent-hickup-map.
Leaves regular hiccup data unchanged.
sourceraw docstring

unknown-tagcljs

(unknown-tag tag)

ui component for unknown tags - so that we don't need to catch react errors Currently not yet used (see resolve function)

ui component for unknown tags - so that we don't need to catch react errors
Currently not yet used (see resolve function)
sourceraw docstring

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

× close