fullscreen-router-template
v1.0.1
Published
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.
Downloads
3
Readme
FullScreen: Router-Template
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.
How use it
import FullScreenRouterTemplate from 'fullscreen-router-template';
...
<FullScreenRouterTemplate container={} header={} footer={} />
Blocks / props
- header : Position to place the HEADER component
- footer : Position to place the FOOTER component.
- container : Position to place the content component.