component
TuxLinkList
Categorized resource list. Two layouts: columns (groups side-by-side, footer-of-section pattern) or stacked (top-to-bottom, sidebar resource list). Each link can carry an optional description, an external arrow (auto-detected on http(s) hrefs), or a featured flag for maroon left-bar emphasis.
canonical
3-column · footer of section
For sponsors
Active solicitations Sponsored research FAQ Past project archive - Contract templates
For partners
Industry liaison Single point of contact for IP, licensing, and joint research. Co-funded programs - Collaboration agreement
For students
Graduate assistantships Internship program Thesis sponsorship - Career portal
<TuxLinkList :groups="groups" :columns="3" />stacked
Sidebar resource list
Pass layout="stacked". Right for inline content and sidebars where horizontal column space is constrained.
For sponsors
Active solicitations Sponsored research FAQ Past project archive - Contract templates
For partners
Industry liaison Single point of contact for IP, licensing, and joint research. Co-funded programs - Collaboration agreement
For students
Graduate assistantships Internship program Thesis sponsorship - Career portal
featured + descriptions
Mixed emphasis
Pass featured: true on items that should be the primary call ("Apply now", "Start here"). Pass description on items that need more than a label.
Get started
Apply for a graduate assistantship Cohort opens September 1. Applications close December 15. Browse the research catalog Subscribe to the quarterly bulletin - Read the institutional report
props
Props + shape
groups— array of{ heading?, items }. Required.- Each item —
{ label, to?, href?, description?, external?, featured? }. external— auto-detected whenhrefstarts withhttp; override explicitly if needed.featured— maroon left-bar emphasis.layout—"columns" | "stacked". Defaults to"columns".columns—2 | 3 | 4. Columns layout only.