component

TuxLinkSlab

Full-width horizontal band of prominent links — the "footer-of-section navigation" pattern. Distinct from TuxLinkList (which is a multi-column grouped list): this one is a single band of equal-weight calls between major sections. Three tones (plain / neutral / maroon).

canonical

Neutral · routing band

<TuxLinkSlab :links="links" tone="neutral" />

tones

Plain / neutral / maroon

Plain sits transparent on the page surface, useful for inline section breaks. Neutral is the most common — gentle contrast band. Maroon is the loudest call, save for once per page (or never, on information-dense surfaces).

no descriptions

Compact label-only

Drop description per item for a tighter band when the labels speak for themselves.

props

Props + link shape

  • links — array of { label, to?, href?, icon?, description? }. Required.
  • tone"plain" | "neutral" | "maroon". Defaults to "plain".
  • Whole link is the click target. Auto-fits to row width — drops to a stacked single-column at narrow container widths.