DashboardLayout
Pre-built dashboard layout with a sidebar, header, and content area.
import { DashboardLayout } from 'flowstack-sdk'Parameters
| Param | Type | Notes | Description |
|---|---|---|---|
sidebar | React.ReactNode | — | Sidebar content. |
header | React.ReactNode | — | Header content. |
children | React.ReactNode | — | Main content area. |
Examples
Dashboard layout with sidebar
<DashboardLayout sidebar={<Sidebar />} header={<Header />}>
<Content />
</DashboardLayout>See also
Source: README.md#pre-built-page-components · Also available in llms-full.txt and registry.json.