Liking cljdoc? Tell your friends :D

pinkgorilla.ui.pinkie


clj->jsoncljs

(clj->json ds)
source

custom-rendererscljs

source

(print-registered-tags)
source

register-tagcljs

(register-tag k v)
source

resolve-functioncljs

(resolve-function s)

replaces keyword with react function, if not found return input. TODO: if keyword not registered, and not a reagent tag, then return widget-not-found awb99: the issue is that the undocumented reagent functions to get a keyword list dont work.

replaces keyword with react function,
if not found return input.
TODO: if keyword not registered, and not a reagent tag, then return widget-not-found
      awb99: the issue is that the undocumented reagent functions to get a keyword list dont work.
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-vectorcljs

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

widget-not-foundcljs

(widget-not-found name)

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