Skip to main content

HeaderPanel

Examples

Check out the Usage section for details about how to design a HeaderPanel properly, and the different configuration options we provide.

Basic example

The HeaderPanel component is a wrapper that will designate which components make up the page header.

<HeaderPanel>
<h1>Sample heading text</h1>
</HeaderPanel>