Liking cljdoc? Tell your friends :D

re-com.misc


checkboxcljs

(checkbox &
          {:keys [model on-change label disabled? label-class label-style class
                  style attr]
           :as args})

I return the markup for a checkbox, with an optional RHS label

I return the markup for a checkbox, with an optional RHS label
sourceraw docstring

checkbox-args-desccljs

source

input-passwordcljs

(input-password & args)
source

input-textcljs

(input-text & args)
source

input-text-args-desccljs

source

input-textareacljs

(input-textarea & args)
source

progress-barcljs

(progress-bar &
              {:keys [model width striped? class bar-class style attr]
               :or {width "100%"}
               :as args})

Render a bootstrap styled progress bar

Render a bootstrap styled progress bar
sourceraw docstring

progress-bar-args-desccljs

source

radio-buttoncljs

(radio-button &
              {:keys [model value on-change label disabled? label-class
                      label-style class style attr]
               :as args})

I return the markup for a radio button, with an optional RHS label

I return the markup for a radio button, with an optional RHS label
sourceraw docstring

radio-button-args-desccljs

source

slidercljs

(slider &
        {:keys [model min max step width on-change disabled? class style attr]
         :or {min 0 max 100}
         :as args})

Returns markup for an HTML5 slider input

Returns markup for an HTML5 slider input
sourceraw docstring

slider-args-desccljs

source

throbbercljs

(throbber & {:keys [size color class style attr] :as args})

Render an animated throbber using CSS

Render an animated throbber using CSS
sourceraw docstring

throbber-args-desccljs

source

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

× close