library(shiny)
if (!require("bslib")) {
stop("bslib not installed")
}
if (!require("thematic")) {
stop("thematic not installed")
}
library(ggplot2)
library(DT)
# Get the 'original' version of this app from the bslib package
# (so we don't have to update tests/screenshots)
# https://github.com/rstudio/bslib/pull/572
Sys.setenv("BSLIB_LEGACY_THEMER_APP" = TRUE)
shinyAppDir(system.file("themer-demo", package = "bslib"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.