Setup page structures
Within containers, setup page structures for the types of page layouts we support.
- Home page
- Based on the home page on platform
- Single column, max width of
xl
- 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.
- Central column defaults to max width of
- 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