# NOT RUN {
### Default alert
alert("Donec at pede.") %>%
background("blue")
### A more complex alert
alert(
h4("Etiam vel tortor sodales"),
hr(),
p("Fusce commodo.")
) %>%
background("amber")
# }
Run the code above in your browser using DataLab