N
navigation topbar

Topbar

Header with brand / search / user slots.

$ ndui add topbar
Component docs

Header shell with brand, search, and user slot

A Acme
GR
Page content renders below the topbar.
Source
<Topbar>
    <Brand Href="/">Acme</Brand>
    <Nav>
        <NavLink Href="/dashboard" Active="true">Dashboard</NavLink>
        <NavLink Href="/customers">Customers</NavLink>
    </Nav>
    <Search Placeholder="Search…" />
    <UserSlot><UserNav /></UserSlot>
</Topbar>