import { JumboLayout } from '@jumbo/component';
children*
node
-
Main Content area of the layout .Its typically where your page content goes.
footer
Optional footer component rendered at the bottom of the layout
header
Optional header component rendered at the top of the layout
sidebar
Left Sidebar component, often used for navigation or menus
rightSidebar
Left Sidebar component, often used for setting , filters or extra tools
Layout Option Props
content*
LayoutContentOptions
footer*
LayoutFooterOptions
header*
LayoutHeaderOptions
root*
LayoutRootOptions
sidebar*
LayoutSidebarOptions
rightSidebar*
LayoutRightSidebarOptions
wrapper*
LayoutWrapperOptions
main*
LayoutMainOptions
Last updated 6 months ago