6.6 Layouts

The Layouts section was moved from the Basic UI chapter with little change.

Rather than go over them again, we’ll rewrite a simple (single-page layout) app into something more complicated (and style it while we’re at it)

See ./examples/06-layout_themes_html-single_to_multipage_app/

6.6.1 Single-page Layouts

Page functions: fluidPage, fixedPage, fillPage

Layout functions: sidebarLayout, fluidRow, column

6.6.2 Multi-page Layouts

Page functions: navbarPage (or nest the following in fluidPage)

Layout functions: tabsetPanel, tabPanel, navlistPanel, navbarMenu