# NOT RUN {
if (interactive()) {
library(shiny)
library(gentelellaShiny)
shinyApp(
ui = gentelellaPageCustom(
gentelellaBody(
socialBox(
title = "Social Box",
url_1 = "https://www.facebook.com",
url_2 = "https://twitter.com",
media_1 = "facebook",
media_2 = "twitter",
profile_img = "https://image.flaticon.com/icons/svg/17/17004.svg",
footer = "If you\'ve decided to go in development
mode and tweak all of this a bit, there are few
things you should do.",
socialStats(
socialStatsItem(value = 123, name = "Articles"),
socialStatsItem(value = 1234, name = "Followers"),
socialStatsItem(value = 435, name = "Following")
)
)
)
),
server = function(input, output, session) {}
)
}
# }
Run the code above in your browser using DataLab