logo

FUSE

DOCS

PurchaseBack to the Dashboard

FusePageSimple

FusePageSimple is the simple page layout component of the Fuse React.

The component has layout areas to easily enter the contents of the app.

<FusePageSimple
     header={
         Header
     }
     content={
         Content
     }
     leftSidebarContent={
         Left Sidebar Content
     }
     rightSidebarContent={
         Right Sidebar Content
     }
     scroll="page"
 />
Demos