@imba-themes/layouts
v0.1.4
Published
Reusable application layouts for the MUI Workbench ecosystem.
Downloads
371
Readme
@imba-themes/layouts
Größere Layout-Bausteine für imba-themes.
Inhalt
WorkbenchAppShell
Installation
pnpm add @imba-themes/layouts @imba-themes/uiBeispiel
import { WorkbenchAppShell } from '@imba-themes/layouts';
<WorkbenchAppShell
navigationTitle="Dashboard"
drawerContent={<div>Sidebar</div>}
toolbarActions={<button>Toggle</button>}
navbarBackgroundColor="#fff"
sidebarBackgroundColor="#f5f5f5"
>
<div>Content</div>
</WorkbenchAppShell>;