StandaloneShell
Shell for the Cloud Portal homepage launch (new-tab) extension point
SSR mode
Host context
Targets the Cloud Portal homepage launch — the app owns the whole tab. Identical render to FullScreenShell; differs only in the host context this catalogue page documents. Use the appropriate shell so the call site documents which extension point the consumer is targeting.
Examples
With child content
Standalone tab 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 |
|---|---|
| StandaloneShell | Shell for the Cloud Portal homepage launch (new-tab) extension point. The app owns the whole tab. Identical render to FullScreenShell — sets min-h-screen bg-background text-foreground. Use this shell (rather than FullScreenShell) when targeting the Cloud Portal launch extension point so the call site documents intent. |
StandaloneShell
Shell for the Cloud Portal homepage launch (new-tab) extension point. The app owns the whole tab. Identical render to FullScreenShell — sets min-h-screen bg-background text-foreground. Use this shell (rather than FullScreenShell) when targeting the Cloud Portal launch extension point so the call site documents intent.
| Property | Type | Required | Description |
|---|---|---|---|
| ChildContent | RenderFragment? | Consumer's standalone tab layout content. Rendered inside a min-h-screen bg-background text-foreground wrapper. |