1.0.1 • Published 6 years ago

fullscreen-router-template v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

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. npm.io

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.