mljr-ui · showcase

Navbar

Page header with brand, nav links, and actions slots.

layout navbar

Usage

layout.Navbar(layout.NavbarProps{},
    g.Text("MyApp"),
    g.Group{h.A(h.Href("/about"), g.Text("About"))},
    g.Group{primitive.Button(...)},
)