Layout

The top-most structural component in any view and acts as the main wrapper for smaller items within it. The Layout component defines the main layout structure of a page by providing standard sizing and spacing for the different content areas.

WCAG Score - 2.2 AA Compliant


Provided by the component

  • Layout uses semantic HTML tags for Header (header), Main area (main) and Sidebar (aside)

Implementation considerations

Developers must do the following in the implementation to be considered fully accessible: