powered by
The result of this function should be used as the theme argument for bootstrapPage, fluidPage, navbarPage, or fixedPage.
theme
bootstrapPage
fluidPage
navbarPage
fixedPage
shinytheme(theme = NULL)
Name of a theme.
The main shinythemes page for information about available themes and more detailed examples.
# NOT RUN { shinyApp( ui = fluidPage(theme = shinytheme("united"), ... ), server = function(input, output) { } ) # }
Run the code above in your browser using DataLab