# NOT RUN {
if (interactive()) {
library(shiny)
library(gentelellaShiny)
shinyApp(
ui = gentelellaPageCustom(
gentelellaBody(
alert(
status = "warning",
title = "An alert",
"Best check yo self,
you're not looking too good."
)
)
),
server <- function(input, output) {}
)
}
# }
Run the code above in your browser using DataLab