# \donttest{
if (interactive()) {
library(shiny)
library(nextGenShinyApps)
shiny::shinyApp(
ui = fluidPage(
style = "8",
custom.bg.color = "white",
sidebar = NULL,
header = NULL,
accordion(
id = "accordion5",
style = "2",
accordionItem(
title = "Accordion 1",
icon = shiny::icon("edit"),
"Massa sed elementum sus"
),
accordionItem(
title = "Accordion 2",
icon = shiny::icon("cog"),
"Auctor neque etiam non."
)
)
),
server = function(input, output) {
}
)
}
# }
Run the code above in your browser using DataLab