Liking cljdoc? Tell your friends :D

fulcro.client.localized-dom-common


add-kwprops-to-propsclj/s

(add-kwprops-to-props props kw)

Combine a hiccup-style keyword with props that are either a JS or CLJS map.

Combine a hiccup-style keyword with props that are either a JS or CLJS map.
sourceraw docstring

fold-in-classesclj/s

(fold-in-classes props component)

Update the :className prop in the given props to include the classes in the :classes entry of props. Works on js objects and CLJ maps as props. If using js props, they must be mutable.

Update the :className prop in the given props to include the classes in the :classes entry of props. Works on js objects and CLJ maps as props.
If using js props, they must be mutable.
sourceraw docstring

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

× close