# NOT RUN {
if (interactive()) {
library(shiny)
library(gentelellaShiny)
shinyApp(
ui = gentelellaPageCustom(
gentelellaBody(
valueBox(
value = 179,
title = "New Sign ups",
description = "Lorem ipsum psdea itgum rixt",
icon = icon("caret-square-o-right")
),
valueBox(
value = 345,
title = "New Customers",
description = "Lorem ipsum psdea itgum rixt",
icon = icon("comments-o")
)
)
),
server = function(input, output, session) {}
)
}
# }
Run the code above in your browser using DataLab