AppShell
Workspace layout frame for dashboards, admin screens, and future Blockbit CMS surfaces.
AppShell is the first native layout primitive that points past docs pages into app-like products.
Workspace panel
Preview serverReady for native Axonyx routes
Use AppShell when a page needs persistent navigation and a focused work area.
Usage
ax
import { AppShell } from "@axonyx/ui/foundry/AppShell.asx"
<AppShell rail="left" railWidth="sm">
<aside slot="sidebar">Navigation</aside>
<Card title="Workspace panel">
Main content
</Card>
</AppShell>AppShell API
Inline API contract for the native `.asx` component.
- rail: left | none
- railWidth: sm | md | lg
- slot sidebar: persistent navigation or controls
- children: main workspace content