App Layout
LayoutsDefault app layout scaffold with slots for sidebar, header, and content.
Preview
Install
Add this block from the Airy registry:
npx shadcn@latest add @airy/app-layoutUsage
Import the block in your project:
import { AppLayout } from "@/components/blocks/shells/app-layout"Start with the primary layout shell:
<AppLayout sidebar={sidebar} header={header}>
{children}
</AppLayout>