Liking cljdoc? Tell your friends :D

pinkgorilla.ui.pinkie


clj->jsoncljs

(clj->json ds)
source

convert-render-ascljs

(convert-render-as 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

convert-style-as-strings-to-mapcljs

(convert-style-as-strings-to-map 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

custom-rendererscljs

source

html5-tag?cljs

(html5-tag? tag)
source

is-style?cljs

(is-style? x)
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

render-as?cljs

(render-as? hiccup-vector)
source

renderer-listcljs

(renderer-list)
source

replace-stylecljs

(replace-style x)
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

to-map-stylecljs

(to-map-style s)
source

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

wrap-renderercljs

(wrap-renderer x)
source

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

× close