R/paper_alert.R

Defines functions paper_alert

paper_alert <- function(text, type = "primary") {

  shiny::tags$div(
    text,
    class = paste("alert", paste0("alert-", type))
  )
}
feddelegrand7/paperrr documentation built on Dec. 20, 2021, 7:48 a.m.