FAQ | This is a LIVE service | Changelog

Skip to content

Setup page structures

Within containers, setup page structures for the types of page layouts we support.

  1. Home page
  • Based on the home page on platform
  • Single column, max width of xl
  1. Standard page
  • Default slot goes into the central column
    • Central column defaults to max width of 800px
    • Can be overridden with a prop to go wider to 1280px.
  • LHS slot to add nav menu space
  • RHS slot to add sidebar space

Support default and additional (optional) slots where required.

Add exportable components to render. Document in storybook. Include in demo app.

Edited by Paul Horrocks