(button & {:keys [hover? text on-click extra context]})Button component with hover state.
Button component with hover state.
(button & {:keys [hover? text on-click extra context] :as m-23755})(checkbox & {:keys [checked? extra context]})Checkbox component.
Checkbox component.
(checkbox & {:keys [checked? extra context] :as m-24110})(dropdown & {:keys [options selected open? extra context]})(dropdown & {:keys [options selected open? extra context] :as m-24201})(dropdown-list & {:keys [options selected extra context]})(dropdown-list & {:keys [options selected extra context] :as m-24136})(on-hover & {:keys [hover? body extra context]})Component for adding a hover? state.
Component for adding a hover? state.
(on-hover & {:keys [hover? body extra context] :as m-23717})(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.
(scrollview &
{:keys [offset mdownx? mdowny? scroll-bounds body extra context]
:as m-24011
:or {offset [0 0]}})(test-scrollview & {:keys [state extra context]})(test-scrollview & {:keys [state extra context] :as m-24059})(textarea & {:keys [text font focus textarea-state extra context]})Textarea component.
Textarea component.
(textarea & {:keys [text font focus textarea-state extra context] :as m-23909})(textarea-light & {:keys [text font focus textarea-state extra context]})Alternate look for textarea component.
Alternate look for textarea component.
(textarea-light &
{:keys [text font focus textarea-state extra context]
:as m-23960})(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.
(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}})cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |