Liking cljdoc? Tell your friends :D

pinkie.pinkie


clj->jsoncljs

(clj->json ds)
source

component-listclj/s

(component-list)
source

component-list->strcljs

(component-list->str)
source

component-registryclj/s

source

convert-render-asclj/s

(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-mapclj/s

(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

get-componentclj/s

(get-component tag)
source

get-rendererclj/s

(get-renderer tag)
source

is-style?clj/s

(is-style? x)
source

pinkie-exclude?clj/s

(pinkie-exclude? hiccup-vector)
source

pinkie-namespaceclj/s

source

pinkie-tag?clj/s

(pinkie-tag? tag)
source

(print-components)
source

register-componentclj/smacro

(register-component pinkie-tag func)

registers a reagent component in the pinkie registry. Captures meta-data of the function symbol.

registers a reagent component in the pinkie registry.
Captures meta-data of the function symbol.
sourceraw docstring

register-tagclj/s

(register-tag pinkie-tag func)

DEPRECIATED: please use register-component macro instead. registers a reagent component in the pinkie registry.

DEPRECIATED: please use register-component macro instead.
registers a reagent component in the pinkie registry.
sourceraw docstring

render-as?clj/s

(render-as? hiccup-vector)
source

replace-styleclj/s

(replace-style x)
source

replace-tag-in-hiccup-vectorclj/s

(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?clj/s

(should-replace? hiccup-vector)
source

tag-injectclj/s

(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-styleclj/s

(to-map-style s)
source

unknown-tagclj/s

(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-rendererclj/s

(wrap-renderer x)
source

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

× close