shinytheme: Return the URL for a Shiny theme

Description Usage Arguments See Also Examples

View source: R/shinytheme.R

Description

The result of this function should be used as the theme argument for bootstrapPage, fluidPage, navbarPage, or fixedPage.

Usage

1
shinytheme(theme = NULL)

Arguments

theme

Name of a theme.

See Also

The main shinythemes page for information about available themes and more detailed examples.

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
shinyApp(
  ui = fluidPage(theme = shinytheme("united"),
    ...
  ),
  server = function(input, output) { }
)

## End(Not run)

shinythemes documentation built on Jan. 26, 2021, 1:06 a.m.