logo

SINGULARITY

DOCS

PurchaseReturn to the Dashboard

SingularitySimpleLayout

SingularitySimpleLayout is a streamlined page layout component for Singularity React.

This component provides designated layout areas to seamlessly incorporate the application's content.

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