Liking cljdoc? Tell your friends :D

sablono.interpreter


attributesclj/s

(attributes attrs)
source

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.
sourceraw 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.
sourceraw docstring

elementclj/s

(element element)

Render an element vector as a HTML element.

Render an element vector as a HTML element.
sourceraw 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.
sourceraw 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.
source

lazy-load-wrapperscljs

(lazy-load-wrappers)
source

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.
sourceraw docstring

wrap-form-elementcljs

(wrap-form-element element property)
source

wrapped-checkedcljs

source

wrapped-inputcljs

source

wrapped-selectcljs

source

wrapped-textareacljs

source

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

× close