(modal-panel &
{:keys [child wrap-nicely? backdrop-color backdrop-opacity
backdrop-on-click class style attr parts]
:or {wrap-nicely? true}
: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:
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)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close