Liking cljdoc? Tell your friends :D

re-com.popover


backdrop-args-desccljs

source

calc-element-midpointcljs

(calc-element-midpoint node)

Given a node reference, calculate the absolute x and y coordinates of the node's midpoint

Given a node reference, calculate the absolute x and y coordinates of the node's midpoint
sourceraw docstring

calc-pop-offsetcljs

(calc-pop-offset arrow-pos position-offset p-width p-height)
source

calculate-optimal-positioncljs

(calculate-optimal-position [x y])

Calculate the optimal :position value that results in the least amount of clipping by the screen edges Taken from: https://github.com/Lambda-X/cljs-repl-web/blob/0.3.1/src/cljs/cljs_repl_web/views/utils.cljs#L52 Thanks to @richiardiandrea and @tomek for this code

Calculate the optimal :position value that results in the least amount of clipping by the screen edges
Taken from: https://github.com/Lambda-X/cljs-repl-web/blob/0.3.1/src/cljs/cljs_repl_web/views/utils.cljs#L52
Thanks to @richiardiandrea and @tomek for this code
sourceraw docstring

next-even-integercljs

(next-even-integer num)
source

pointcljs

(point x y)
source

popover-anchor-wrappercljs

(popover-anchor-wrapper & {:keys [showing? position src] :as args})

Renders an element or control along with a Bootstrap popover

Renders an element or control along with a Bootstrap popover
sourceraw docstring

popover-anchor-wrapper-args-desccljs

source

popover-bordercljs

(popover-border & {:keys [position position-offset title src] :as args})

Renders an element or control along with a Bootstrap popover

Renders an element or control along with a Bootstrap popover
sourceraw docstring

popover-border-args-desccljs

source

popover-clippingcljs

(popover-clipping node)
source

popover-content-wrappercljs

(popover-content-wrapper & {:keys [no-clip?] :as args})

Abstracts several components to handle the 90% of cases for general popovers and dialog boxes

Abstracts several components to handle the 90% of cases for general popovers and dialog boxes
sourceraw docstring

popover-content-wrapper-args-desccljs

source

popover-title-args-desccljs

source

popover-tooltipcljs

(popover-tooltip &
                 {:keys [label showing? on-cancel close-button? status anchor
                         position no-clip? width class style attr parts src
                         debug-as]
                  :or {no-clip? true}
                  :as args})

Renders text as a tooltip in Bootstrap popover style

Renders text as a tooltip in Bootstrap popover style
sourceraw docstring

popover-tooltip-args-desccljs

source

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

× close