Liking cljdoc? Tell your friends :D

re-com.modal-panel


(modal-panel &
             {:keys [child wrap-nicely? backdrop-color backdrop-opacity
                     backdrop-on-click class style attr parts]
              :or
                {wrap-nicely? true backdrop-color "black" backdrop-opacity 0.6}
              :as args})

Renders a modal window centered on screen. A dark transparent backdrop sits between this and the underlying main window to prevent UI interactivity and place user focus on the modal window. Parameters:

  • child: The message to display in the modal (a string or a hiccup vector or function returning a hiccup vector)
Renders a modal window centered on screen. A dark transparent backdrop sits between this and the underlying
main window to prevent UI interactivity and place user focus on the modal window.
Parameters:
 - child:  The message to display in the modal (a string or a hiccup vector or function returning a hiccup vector)
sourceraw docstring

source

source

source

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

× close