Skip to main content

PageFooter

This component is responsible for providing the content of page's footer and will repeat at the end of each page;

<PageFooter>report footer</PageFooter>
caution

This component must be used as a direct children of Section component and only one instance of it must exist per section.

caution

You must avoid adding content with dynamic height to this component. it will break the layout logic system.