Docs / components / DashboardLayout

DashboardLayout

componentnot for built apps

Pre-built dashboard layout with a sidebar, header, and content area.

import { DashboardLayout } from 'flowstack-sdk'

Parameters

ParamTypeNotesDescription
sidebarReact.ReactNodeSidebar content.
headerReact.ReactNodeHeader content.
childrenReact.ReactNodeMain content area.

Examples

Dashboard layout with sidebar
<DashboardLayout sidebar={<Sidebar />} header={<Header />}>
  <Content />
</DashboardLayout>

See also

AuthPage · ChatPage

Source: README.md#pre-built-page-components · Also available in llms-full.txt and registry.json.