This project create a isolated structure or component layout with react, to display components in the correct position. You can pass properties to de component to put a component into a position.
This is a visual representation of the layout.
import FullScreenRouterTemplate from 'fullscreen-router-template';
...
<FullScreenRouterTemplate container={} header={} footer={} />
- header : Position to place the HEADER component
- footer : Position to place the FOOTER component.
- container : Position to place the content component.