View source: R/djpr_shiny_theme.R
djpr_shiny_theme | R Documentation |
This function uses the bslib
package to create a Shiny theme.
djpr_shiny_theme(...)
... |
arguments passed to |
ui <- shiny::navbarPage(
title = "Example app!",
theme = djpr_shiny_theme()
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.