# NOT RUN {
if (interactive()) {
library(shiny)
library(gentelellaShiny)
shinyApp(
ui = gentelellaPageCustom(
gentelellaBody(
contactBox(
head_title = "Digital Strategist",
main_title = "Nicole Pearson",
img = "https://image.flaticon.com/icons/svg/145/145859.svg",
footer_left = "Some text",
footer_right = pieChart(value = 45, id = "contactChart"),
quickList(
quickListItem(icon = icon("calendar-o"), name = "Settings"),
quickListItem(icon = icon("bars"), name = "Subscription")
)
)
)
),
server = function(input, output, session) {}
)
}
# }
Run the code above in your browser using DataLab