Default
Basic main container.
This is the typical usage of mainContainer in coordination with the content component. In this example, there is a blank navigator next to the mainContainer to showcase the typical spacing.
See the `c-content` examples for the different inner content layouts available.
- HTML
<p>This is the typical usage of mainContainer in coordination with the content component. In this example, there is a blank navigator next to the mainContainer to showcase the typical spacing.</p> <div class="t-content" style="height: 500px; width: 500px; position: relative;"> <div class="c-mainContainer"> <inv-care-navigator></inv-care-navigator> <div class="c-content c-content--flexible c-mainContainer-content"> <div class="c-content-container"> <div class="c-content-innerContainer c-dontJustCopyPaste c-content-containHeight"> <p>See the `c-content` examples for the different inner content layouts available.</p> </div> </div> </div> </div> </div>