FullScreenShell
Shell for the XMC Sites full-screen iframe extension point
SSR mode
Host context
Targets the XMC Sites top-bar nav full-screen iframe. The host fills the viewport — no chrome constraints. This shell sets `min-h-screen` + Blok background/font defaults so the consumer's content composes cleanly.
Examples
With child content
Full-screen iframe content — consumer composes their own layout inside this shell.
API
The element family below can be composed together. Click an element to jump to its properties.
| Element | Purpose |
|---|---|
| FullScreenShell | Shell for the XMC Sites top-bar nav full-screen iframe extension point. The host fills the viewport — no chrome constraints. Sets min-h-screen bg-background text-foreground so consumer content composes cleanly inside the iframe. Consumers typically nest an AppShell or their own layout inside ChildContent. |
FullScreenShell
Shell for the XMC Sites top-bar nav full-screen iframe extension point. The host fills the viewport — no chrome constraints. Sets min-h-screen bg-background text-foreground so consumer content composes cleanly inside the iframe. Consumers typically nest an AppShell or their own layout inside ChildContent.
| Property | Type | Required | Description |
|---|---|---|---|
| ChildContent | RenderFragment? | Consumer's full-screen layout content. Rendered inside a min-h-screen bg-background text-foreground wrapper. |