Page
There are three components we use to build up Nulogy's standard layout: An ApplicationFrame, a Page, and an optional Sidebar.
The Page component wraps the actual content of a page, and provides consistent positioning for the Title and Breadcrumb components. This will be used many times, wrapping each page that gets created.
breadcrumbs
headerContent
children
Props
Name | Type | Default | Description |
---|---|---|---|
breadcrumbs | react node | Breadcrumbs that display above the page title. | |
title | string | The title of the page. | |
headerContent | react node | Optional, additional content to display next to the title | |
children | react node | Page content. |