# NOT RUN {
# }
# NOT RUN {
library(shiny)
shinyApp(
ui = list(
cascadess(),
div(
.style %>%
padding(3) %>%
background("indigo") %>%
font("light"),
"Etiam laoreet quam sed arcu."
)
),
server = function(input, output) {
}
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab