Application Frame
There are three components we use to build up Nulogy's standard layout: An ApplicationFrame, a Page, and an optional Sidebar.
Props
| Name | Type | Default | Description | 
|---|---|---|---|
| navBar | react node | Places the navbar at the top of the frame. | |
| children | string | Inner content of the application goes here. | 
The Application Frame component has access to all style props. See the style prop documentation for a full list of available props.