Skip to content

Variable: NavBarView

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

const NavBarView: ComponentFn<AuthCatalog, "NavBar">;

Defined in: packages/play-react/examples/demo/src/components/NavBarView.tsx:11

NavBarView — Catalog-typed NavBar for use in defineRegistry components map.

Receives props from the spec (isAuthenticated, username) and renders a static status indicator. Navigation buttons live in the shell-level NavBar component which calls actor.send() directly.