3.2 Bootstrap

  • Bootstrap provides plug and play layout and interactive elements, such as tabs, navigation bars, tooltips, popovers to customize our shiny app.

  • One of the great advantage of using Bootstrap is the responsiveness of the design that can work either on desktop or mobile.

  • The code that summarizes Shiny Bootstrap-based layout elements, such as the well-known fluidPage() wrapper can be found here.