add_theme: Add a bootswatch color theme to an app

Description Usage Arguments Details

View source: R/add_theme.R

Description

Add a bootswatch color theme to an app

Usage

1
add_theme(theme = NULL)

Arguments

theme

character A bootswatch theme name (see details)

Details

This function should not be called directly but is invoked when an app is rendered.

Themes are provided by calling shinythemes::shinytheme, therefore available theme names are those provided by the shinythemes package. By default, theme = 'flatly'


teachingApps documentation built on July 1, 2020, 5:58 p.m.