Liking cljdoc? Tell your friends :D

formal.core


componentcljs

(component namespace input)
(component components namespace input)
source

formcljs

(form {:keys [namespace schema on-change] :or {namespace :html} :as props})

A form is a map of input elements.

A form is a map of input elements.
sourceraw docstring

inputcljs

(input {:keys [namespace input] :as props})

An input collects a single piece of data from the user.

An input collects a single piece of data from the user.
sourceraw docstring

input*cljs

(input*)
source

inputscljs

source

reg-inputcljs

(reg-input id component)

An input is an element used to collect a single piece of data.

An input is an element used to collect a single piece of data.
sourceraw docstring

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

× close