Skip to content

Variable: NavBar

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

const NavBar: FC<{
actor: AuthActor;
}>;

Defined in: packages/play-react/examples/demo/src/components/NavBar.tsx:12

NavBar — App-shell navigation component.

Framework component (takes actor) used in the App shell header. Calls actor.send() directly for navigation — ActionProvider not needed here.