IHP.Modal.ControllerFunctions
Description
setModal :: (?request :: Request) => Html -> IO () Source #
Store modal HTML in the context for later rendering.
In IHP, you typically use this with a rendered view:
setModal (html MyModalView { .. })