Breadcrumb
On Status sub-pages, the active Navbar button expands to 'Status › Target health' style trail. Rendered inside the same header slot as the Status button, not as a dedicated breadcrumb region.
DO
Use only on level-2 routes under Status. Level-1 routes render the plain Navbar active state.
DON'T
Exceed two trail segments — Prometheus routes are not deep.
Design
default
Two-segment trail. Parent segment is the Status nav button; child segment is the current page name.
Component reference (screenshots)








Placeholder screenshots — the audited app is live at prometheus-e83j.onrender.com.
Implementation
<nav aria-label="breadcrumb">
<a href="/status">Status</a> › <span aria-current="page">Target health</span>
</nav>
Layout
| Property | Value |
|---|---|
| border-radius | 4px sm |
| separator | › |
Accessibility
| ARIA | Wrap trail in <nav aria-label='breadcrumb'>; separators are aria-hidden. |