component · chat

TuxCitations

Numbered source list under an assistant message. Renders title (editorial) · path (monospace) · score (monospace) in a 3-column grid so paths can ellipsize without pushing the score off-screen. Designed to slot into TuxChatMessage's #citations slot.

basic

Three sources

<tux-citations :items="[
  { title: 'TX-6-Q1-2026-summary.pdf', path: 'tti-corridors/2026-Q1.pdf', score: '0.94' },
  { title: 'work-zone-protocol.md',     path: 'tti-research/protocol/work-zone.md', score: '0.81' },
  { title: 'TxDOT rule 43 §31.12',       path: 'txdot-rules/43-31-12.pdf', score: '0.74' },
]" />