Liking cljdoc? Tell your friends :D
ClojureScript only.

ulti.inputs


css-rulescljs

(css-rules theme)

cursorcljs

(cursor data on-change path)
(cursor data on-change path opts)

inputcljs

(input {:keys [type options value on-change validator on-error show-error]
        :as opts
        :or {validator (fn* [] (identity true))
             show-error (fn* [] (str "Invalid value."))
             on-error (fn* [] (identity true))}})

textcljs

(text opts)

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

× close