Variable: NavBarView
Examples / @xmachines/play-dom-demo / NavBarView
const NavBarView: ComponentFn<AuthCatalog, "NavBar">;Defined in: play-dom/examples/demo/src/components/NavBarView.ts:12
NavBarView — Catalog-typed NavBar component for DOM renderer.
Receives props from spec (isAuthenticated, username) and renders a static nav element. Used in the defineRegistry components map.
The actor-driven NavBar (createNavBar) is mounted at the shell level.