logo

FUSE

DOCS

FusePageCarded

FusePageCarded is the carded page layout component of the Fuse React.

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

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