Description Usage Arguments See Also Examples
The result of this function should be used as the theme
argument for
bootstrapPage
, fluidPage
,
navbarPage
, or fixedPage
.
1 | shinytheme(theme = NULL)
|
theme |
Name of a theme. |
The main shinythemes page for information about available themes and more detailed 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.