Liking cljdoc? Tell your friends :D

re-com.selection-list


label-stylecljs

(label-style selected? as-exclusions?)
(label-style selected? as-exclusions? selected-color)
source

list-stylecljs

source

selection-listcljs

(selection-list &
                {:keys [choices model on-change id-fn label-fn multi-select?
                        as-exclusions? required? width height max-height
                        disabled? hide-border? item-renderer class style attr
                        parts src debug-as]
                 :or {multi-select? true
                      as-exclusions? false
                      required? false
                      disabled? false
                      hide-border? false
                      id-fn :id
                      label-fn :label}
                 :as args})

Produce a list box with items arranged vertically

Produce a list box with items arranged vertically
sourceraw docstring

selection-list-args-desccljs

source

selection-list-partscljs

source

selection-list-parts-desccljs

source

spacing-borderedcljs

source

spacing-unborderedcljs

source

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

× close