paper_alert <- function(text, type = "primary") {
shiny::tags$div(
text,
class = paste("alert", paste0("alert-", type))
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.