Skip to main content

AppFloorPlan

The AppFloorPlan component sets the overall layout for the entire application, including the content for each section. More specifically, it controls:

  • The header
  • The footer
  • Where the navigation is displayed: left (side panel) or top (subheader)
  • The right panel

Your overall application layout is managed by a AppFloorPlan. But for specific areas in the application, you can use Jutro layout content components like Grid or Flex or else custom components.

On a very high level:

  1. The AppFloorPlan sets the layout and routing for your application. It wraps each individual page.
  2. Each page manages its own layout within the space created by the AppFloorPlan. This is where you would insert one of the available layout content components.
Note: Through the different properties and render functions passed to the AppFloorPlan component, it is possible to create different page layout structures, using the predefined content or providing custom components.