nav Navigation

A navigation link list. Items are comma-separated strings. One item may carry `active`.

Live example Open in editor ↗
App Dashboard Users Reports Settings Made with Wiremark

Modifiers

ModifierEffect
activeHighlights the item with blue text and a left border accent (applied per item, not to the nav itself)
verticalStacks items vertically (default in sidebar)
horizontalArranges items horizontally (default in navbar)

Children

This is a leaf component — it does not accept children.

Notes

The `active` modifier goes directly after the item label, before the comma: `nav "Home" active, "About"`.