with_loading_message <- function(ui_element, message) {
div(
ui_element,
p(message, class = "loading-message"),
class = "loading-container"
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.