djpr_shiny_theme: Modify appearance of Shiny apps consistent with DJPR style

View source: R/djpr_shiny_theme.R

djpr_shiny_themeR Documentation

Modify appearance of Shiny apps consistent with DJPR style

Description

This function uses the bslib package to create a Shiny theme.

Usage

djpr_shiny_theme(...)

Arguments

...

arguments passed to bslib::bs_theme()

Examples

ui <- shiny::navbarPage(
  title = "Example app!",
  theme = djpr_shiny_theme()
)

djpr-data/djprshiny documentation built on May 14, 2023, 1:15 p.m.