(popover front-face
popup-body
{:keys [class-name id disabled for prefered-side has-arrow
popover-class launcher-class-name channel align visible
coordinates]
:or {class-name "om-widgets-popover-button"
prefered-side :bottom
popover-class ""
launcher-class-name "om-widgets-popover-launcher"
has-arrow true
visible false
channel (chan)
align 0.5}})
Display a pop over screen window When front-face is a string build a <a tag When front-face is a function must return a om dom/ component. class-name id and disabled works only when front-face is a string prefered-side :top, :bottom, :right, :left default = :bottom
Display a pop over screen window When front-face is a string build a <a tag When front-face is a function must return a om dom/ component. class-name id and disabled works only when front-face is a string prefered-side :top, :bottom, :right, :left default = :bottom
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close