powered by
Launches an example shiny app via run_with_themer() and bs_theme_dependencies(). Useful for getting a quick preview of the current theme setting as well as an interactive GUI for tweaking some of the main theme settings.
run_with_themer()
bs_theme_dependencies()
bs_theme_preview(theme = bs_theme(), ..., with_themer = TRUE)
a bs_theme() object.
bs_theme()
passed along to shiny::runApp().
shiny::runApp()
whether or not to run the app with run_with_themer().
nothing, this function is called for its side-effects (launching an application).
The app that this launches is subject to change.
# NOT RUN { theme <- bs_theme(bg = "#6c757d", fg = "white", primary = "orange") if (interactive()) bs_theme_preview(theme) # }
Run the code above in your browser using DataLab