Registry Shell
BlockSidebar layout shell for internal Keystone Core tooling pages. Includes branded navigation, account menu, and composable header/body/breadcrumb content slots.
internal/registry-shellInstallation
1 · Add registry to components.json
2 · Install component
Examples
Default
Sidebar with navigation and account menu.
Sidebar with navigation and account menu.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
user | AccountMenuUser | null | — | The logged-in staff user. |
nav | RegistryShellNavLink[] | — | Override the default navigation links. |
onLogout | () => void | — | Called when the user clicks Log out. |
activeHref | string | — | Forced active href. Defaults to usePathname(). |