library(shiny)
shinybreakpoint::set_filtering_by_id() # TODO: remove
ui <- fluidPage(
theme = bslib::bs_theme(5),
)
appServer <- function(input, output, session) {
}
server <- function(input, output, session) {
shinybreakpoint::shinybreakpointServer() # TODO: remove
appServer(input, output, session)
}
shinyApp(ui, server)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.