Liking cljdoc? Tell your friends :D

pinkgorilla.ui.pinkie


clj->jsoncljs

(clj->json ds)
source

custom-rendererscljs

source

html5-tagscljs

source

register-tagcljs

(register-tag k v)
source

renderer-listcljs

(renderer-list)
source

resolve-functioncljs

(resolve-function tag)

replaces hiccup-tag with the react function, that was registered via add-tag if keyword is no registered function, and not a html5 keyword, then nil will be returned

replaces hiccup-tag with the react function, that was registered via add-tag
if keyword is no registered function, and not a html5 keyword, then nil will be returned
sourceraw docstring

resolve-functionscljs

(resolve-functions reagent-hiccup-syntax)

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

resolve-hiccup-vectorcljs

(resolve-hiccup-vector x)

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

tag-injectcljs

(tag-inject reagent-hiccup)

replace reagent hiccup tags with registered functions

replace reagent hiccup tags with registered functions
sourceraw docstring

unknown-tagcljs

(unknown-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