<AppShell>
<div style={{padding:24}}>Main content</div>
</AppShell>
AppShell
src/components/page.tsx
Import
import { AppShell } from "@ossrandom/design-system";
Examples
API
extends BaseProps
| Prop | Type |
|---|---|
header |
ReactNode |
sidebar |
ReactNode |
footer |
ReactNode |
sidebarWidth |
number |
sidebarCollapsible |
boolean |
children required |
ReactNode |