shinythemes
-
install.packages("shinythemes")
-
Add
library(shinythemes)
toapp.R
orui.R
-
Add the
theme
argument to yourfluidPage()
,navbarPage()
, etc. Settheme
withshinytheme("<theme>")
install.packages("shinythemes")
Add library(shinythemes)
to app.R
or ui.R
Add the theme
argument to your fluidPage()
, navbarPage()
, etc. Set theme
with shinytheme("<theme>")