app-shell-01
A full application shell page — the landmark trio and skip link, a collapsible rail, a breadcrumb header and a content grid.
Last updated
What it is
A full application shell page — AppShell's landmark trio and skip link, a collapsible sidebar, a breadcrumb header and a content area with sample cards. It is a block: you pull it once with shadcn add, and then you own it —
nothing re-pulls it and no integrity hash tracks your edits, unlike the components it composes.
Install
npx shadcn@latest add @vegastack/app-shell-01Registry setup required
Run this command only after configuring the Base UI shadcn project, the
@vegastack registry namespace, and the Cloudflare Access service-token headers in Install from the VegaStack registry.This installs the block's own files plus the components it composes: app-shell, breadcrumb, button, card, sidebar.
Preview
Files
| File | Registry type | Target |
|---|---|---|
app-shell-01/components/app-sidebar.tsx | registry:component | app/app-shell-01/components/app-sidebar.tsx |
app-shell-01/page.tsx | registry:page | app/app-shell-01/page.tsx |
Do / Don't
Do
Pull it once, then edit it freely — replace the sample data, the links and the copy with your own.
Don't
Treat it as an update-tracked component, or re-pull it and expect your edits to survive.