header Layout

A top application bar. Use `header left` for a left-aligned nav bar (replaces the deprecated `navbar`). Use `header right` or a plain `header "Label"` for a right-aligned title bar.

Live example Open in editor ↗
App Home Products Pricing Page content Made with Wiremark

Modifiers

ModifierEffect
leftNav items aligned to the left (canonical replacement for navbar)
rightNav items aligned to the right (default)

Children

Accepted child components:

Notes

A bare `header "Label"` renders a simple header with only a title. `navbar` is a deprecated alias for `header left`.