Liking cljdoc? Tell your friends :D

sablono.interpreter


attributesclj/s

(attributes attrs)

controlled-input?clj/s

(controlled-input? type props)

Returns true if type and props are used a controlled input, otherwise false.

Returns true if `type` and `props` are used a controlled input,
otherwise false.
raw docstring

create-elementclj/s

(create-element type props & children)

Create a React element. Returns a JavaScript object when running under ClojureScript, and a om.dom.Element record in Clojure.

Create a React element. Returns a JavaScript object when running
under ClojureScript, and a om.dom.Element record in Clojure.
raw docstring

elementclj/s

(element element)

Render an element vector as a HTML element.

Render an element vector as a HTML element.
raw docstring

element-classcljs

(element-class type props)

Returns either type or a wrapped element for controlled inputs.

Returns either `type` or a wrapped element for controlled
inputs.
raw docstring

IInterpreterclj/s≠protocol

interpretclj/s

(interpret this)

Interpret a Clojure data structure as a React fn call.

Interpret a Clojure data structure as a React fn call.

lazy-load-wrapperscljs

(lazy-load-wrappers)

update-statecljs

(update-state component next-props property value)

Updates the state of the wrapped input element.

Updates the state of the wrapped input element.
raw docstring

wrap-form-elementcljs

(wrap-form-element element property)

wrapped-checkedcljs


wrapped-inputcljs


wrapped-selectcljs


wrapped-textareacljs

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

× close