ContextPanelShell
Shell for the XMC Page Builder left context panel extension point
SSR mode
Host context
Targets the XMC Page Builder left context panel. Constrained to `max-w-[600px]`, full-height column, vertically scrollable body. Header and Footer are flex-shrink-0; Body is flex-1 + overflow-y-auto.
Examples
With header + body + footer
Context panel header
Panel body content goes here.
Footer note
API
The element family below can be composed together. Click an element to jump to its properties.
| Element | Purpose |
|---|---|
| ContextPanelShell | Shell for the XMC Page Builder left context panel extension point. Constrained to max-w-[600px], full-height column with a vertically scrollable body. Header and Footer are flex-shrink-0; Body is flex-1 + overflow-y-auto. Wrapper-styling. |
ContextPanelShell
Shell for the XMC Page Builder left context panel extension point. Constrained to max-w-[600px], full-height column with a vertically scrollable body. Header and Footer are flex-shrink-0; Body is flex-1 + overflow-y-auto. Wrapper-styling.
| Property | Type | Required | Description |
|---|---|---|---|
| Header | RenderFragment? | Optional header slot, flex-shrink-0 at top of panel. | |
| Body | RenderFragment? | Main body slot — flex-1, vertically scrollable. | |
| Footer | RenderFragment? | Optional footer slot, flex-shrink-0 at bottom of panel. | |
| Borders | bool | Toggles outer border + horizontal dividers between regions. Default: true. | |
| Gutters | bool | Toggles px-4 py-3 on header/footer and p-4 on body. Default: true. | |
| BgFilled | bool | Toggles bg-background. Default: true. |