# NOT RUN {
if (interactive()) {
library(shiny)
library(gentelellaShiny)
shinyApp(
ui = gentelellaPageCustom(
gentelellaBody(
ribbonBox(
ribbon_text = "30 % Off",
title = "Ribbon Box",
"If you've decided to go in development mode and
tweak all of this a bit, there are few things
you should do.",
pieChart(id = "chart1", value = 10),
pieChart(id = "chart2", value = 20)
)
)
),
server = function(input, output, session) {}
)
}
# }
Run the code above in your browser using DataLab