Page Layouts
Provides common application layout shells to get your app up and running in no time.
With fixed sidebar
./src/blocks/pageLayouts/WithFixedSidebar/WithFixedSidebar.js|ts
Shell with three columns
./src/blocks/pageLayouts/WithThreeColumns/WithThreeColumns.js|ts
With toggled sidebar
./src/blocks/pageLayouts/WithToggledSidebar/WithToggledSidebar.js|ts
With fluid layout and without sidebar
./src/blocks/pageLayouts/WithFluidLayoutAndNoSidebar/WithFluidLayoutAndNoSidebar.js|ts
With narrow layout and without sidebar
./src/blocks/pageLayouts/WithNarrowLayoutAndNoSidebar/WithNarrowLayoutAndNoSidebar.js|ts