Liking cljdoc? Tell your friends :D

ez-wire.form.wire


as-wirecljs

(as-wire {:keys [wiring/element] :or {element :div} :as params}
         {:keys [id form-key] :as form}
         &
         [content])
source

wrapped-rendercljs

(wrapped-render f {:keys [active?] :as field} form)
source

wrapper-branchcljs

(wrapper-branch {:keys [active?] :as field} & content)

Wrap a branch in the wiring, by replacing it with an active reagent component that can hide the content. The actual shift happens in wiring/marker-function, which handles the reshuffling of the hiccup vector.

Wrap a branch in the wiring, by replacing it with an active reagent component that can hide the content. The actual shift happens in wiring/marker-function, which handles the reshuffling of the hiccup vector.
sourceraw docstring

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

× close