powered by
Launches an example shiny app via run_with_themer() and bootstrap(). 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()
bootstrap()
bs_theme_preview(..., with_themer = TRUE)
passed along to shiny::runApp()
shiny::runApp()
whether or not to run the app with run_with_themer().
The app that this launches is subject to change.
# NOT RUN { bs_theme_new() bs_theme_add_variables( "body-bg" = "#6c757d", "body-color" = "white" ) if (interactive()) { bs_theme_preview() } # }
Run the code above in your browser using DataLab