shinythemes

  1. install.packages("shinythemes")

  2. Add library(shinythemes) to app.R or ui.R

  3. Add the theme argument to your fluidPage(), navbarPage(), etc. Set theme with shinytheme("<theme>")

Previous
Next