Liking cljdoc? Tell your friends :D

pinkgorilla.ui.pinkie


clj->jsoncljs

(clj->json ds)
source

custom-rendererscljs

source

register-tagcljs

(register-tag k v)
source

renderer-listcljs

(renderer-list)
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

tag-injectcljs

(tag-inject reagent-hiccup)

replace reagent hiccup tags with registered functions

replace reagent hiccup tags with registered functions
sourceraw docstring

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

× close