# NOT RUN {
if (interactive()) {
library(shiny)
library(gentelellaShiny)
shinyApp(
ui = gentelellaPageCustom(
gentelellaBody(
tileCountRow(
lapply(1:4, tileCountElement)
)
)
),
server <- function(input, output) {}
)
}
# }
Run the code above in your browser using DataLab