Skip to content

PaperCard

PaperCard presents a paper's title, authors, venue, status, and contribution. It works well in related-work slides, paper summaries, and reading-group decks.

PaperCard example

Basic Usage

markdown
<PaperCard
  title="Efficient Adaptation for Scientific Models"
  :authors="['A. Smith', 'B. Lee']"
  venue="ICML"
  year="2026"
  status="Accepted"
  contribution="Introduces lightweight routing before task-specific fine-tuning."
/>
markdown
<PaperCard
  title="Cost-Aware Fine-Tuning"
  authors="Chen et al."
  venue="NeurIPS"
  year="2025"
  doi="10.0000/example"
  url="https://example.org/paper"
/>

Props

PropTypeDefaultDescription
titlestringrequiredPaper title
labelstring'Paper'Small label above title
authorsstring[] | string-Authors
venuestring-Venue or journal
yearstring | number-Publication year
statusstring-Review or publication status
doistring-DOI without URL prefix
urlstring-Paper URL
urlLabelstring'Open paper'Link label
contributionstring-One-sentence takeaway
variantstring'primary'primary, success, warning, danger, or info
compactbooleanfalseReduce spacing