Created the common Layout components as outlined in #154 .
Also created the LayoutWithSidebar container, using the Base layout components above, as outline in #110
Resolve #154 and #110
Type of change
Please delete options that are not relevant
[x] New feature (non-breaking change which adds functionality)
How Has This Been Tested?
Tested locally on the Styleguide page. Added individual layouts as small fragments on the styleguide, with some buttons to toggle certain properties as part of the test.
Also wrapped the entire styleguide page with the LayoutWithSidebar container, and ensuring the sidebar stays open.
Checklist:
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I updated the CHANGELOG.md and added documentation if necessary
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] I have completed manual or automated accessibility testing for my changes
[ ] New and existing unit tests pass locally with my changes
[x] Any dependent changes have been merged and published in downstream modules
Description
Created the common Layout components as outlined in #154 . Also created the LayoutWithSidebar container, using the Base layout components above, as outline in #110
Resolve #154 and #110
Type of change
Please delete options that are not relevant
How Has This Been Tested?
Tested locally on the Styleguide page. Added individual layouts as small fragments on the styleguide, with some buttons to toggle certain properties as part of the test.
Also wrapped the entire styleguide page with the
LayoutWithSidebar
container, and ensuring the sidebar stays open.Checklist: