Skip to content

Variable: Shell

Examples / @xmachines/play-react-demo / Shell

const Shell: FC<{
actor: AuthActor;
registryResult: DefineRegistryResult;
router?: unknown;
}>;

Defined in: packages/play-react/examples/demo/src/components/Shell.tsx:14

Demo Shell layout component.

Wraps NavBar, PlayRenderer, and DebugPanel in the standard demo chrome. Router-agnostic — all navigation is driven via play.route events on the actor.