Skip to main content

FooterPanel

Examples

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

Basic example

The FooterPanel component is a wrapper that will designate which components make up the page footer.

<FooterPanel>
<p>Sample footer text</p>
</FooterPanel>