Liking cljdoc? Tell your friends :D

membrane.basic-components


Buttonclj/s

source

buttonclj/s≠

clj
(button & {:keys [hover? text on-click extra context]})

Button component with hover state.

Button component with hover state.
cljs
(button & {:keys [hover? text on-click extra context] :as m-23755})
sourceraw docstring

Checkboxclj/s

source

checkboxclj/s≠

clj
(checkbox & {:keys [checked? extra context]})

Checkbox component.

Checkbox component.
cljs
(checkbox & {:keys [checked? extra context] :as m-24110})
sourceraw docstring

double-click-thresholdclj/s

source

clj
(dropdown & {:keys [options selected open? extra context]})
cljs
(dropdown & {:keys [options selected open? extra context] :as m-24201})
source

source

source

clj
(dropdown-list & {:keys [options selected extra context]})
cljs
(dropdown-list & {:keys [options selected extra context] :as m-24136})
source

effect-backward-charclj/s

source

effect-delete-backwardclj/s

source

effect-dragclj/s

source

effect-finish-dragclj/s

source

effect-forward-charclj/s

source

effect-insert-newlineclj/s

source

effect-insert-textclj/s

source

effect-move-cursor-to-posclj/s

source

effect-next-lineclj/s

source

effect-previous-lineclj/s

source

effect-selectclj/s

source

effect-start-dragclj/s

source

effect-text-double-clickclj/s

source

on-hoverclj/s≠

clj
(on-hover & {:keys [hover? body extra context]})

Component for adding a hover? state.

Component for adding a hover? state.
cljs
(on-hover & {:keys [hover? body extra context] :as m-23717})
sourceraw docstring

On-hoverclj/s

source

Scrollviewclj/s

source

scrollviewclj/s≠

clj
(scrollview &
            {:keys [offset mdownx? mdowny? scroll-bounds body extra context]
             :or {offset [0 0]}})

Basic scrollview.

scroll-bounds should be a two element vector of [width height] of the scrollview body should be an element.

Basic scrollview.

scroll-bounds should be a two element vector of [width height] of the scrollview
body should be an element.
cljs
(scrollview &
            {:keys [offset mdownx? mdowny? scroll-bounds body extra context]
             :as m-24011
             :or {offset [0 0]}})
sourceraw docstring

Test-scrollviewclj/s

source

test-scrollviewclj/s≠

clj
(test-scrollview & {:keys [state extra context]})
cljs
(test-scrollview & {:keys [state extra context] :as m-24059})
source

Textareaclj/s

source

textareaclj/s≠

clj
(textarea & {:keys [text font focus textarea-state extra context]})

Textarea component.

Textarea component.
cljs
(textarea & {:keys [text font focus textarea-state extra context] :as m-23909})
sourceraw docstring

Textarea-lightclj/s

source

textarea-lightclj/s≠

clj
(textarea-light & {:keys [text font focus textarea-state extra context]})

Alternate look for textarea component.

Alternate look for textarea component.
cljs
(textarea-light &
                {:keys [text font focus textarea-state extra context]
                 :as m-23960})
sourceraw docstring

Textarea-viewclj/s

source

textarea-viewclj/s≠

clj
(textarea-view &
               {:keys [cursor focus? text down-pos mpos select-cursor last-click
                       font border? extra context]
                :or {cursor 0 text "" border? true}})

Raw component for a basic textarea. textarea should be preferred.

Raw component for a basic textarea. textarea should be preferred.
cljs
(textarea-view &
               {:keys [cursor focus? text down-pos mpos select-cursor last-click
                       font border? extra context]
                :as m-23831
                :or {cursor 0 text "" border? true}})
sourceraw docstring

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

× close