Retro About Card

A small "about the author" sidebar card. Avatar slot, title, tagline, link list, optional divider, and a mono-numeric meta footer. Ships retro / surface / ghost variants — the retro variant keeps the terminal feel of the source while the other two fit non-retro sites.

Preview
Customize
Variant
retro
Size
md
Slots

Props

PropTypeDefaultDescription
titleReactNoderequiredDisplay name / handle.
taglineReactNodeOptional one-line bio.
avatarReactNodederived monogramAvatar slot. Falls back to a two-letter monogram from title.
linksRetroAboutCardLink[]List of { label, href? } rows.
metaReactNodeFooter slot below the divider (mono-numeric, tabular).
showDividerbooleantrue on retro, false otherwiseToggle the rule between links and meta.
variant"retro" | "surface" | "ghost""retro"Surface treatment.
size"sm" | "md" | "lg""md"Padding scale and base type size.

Accessibility

The card renders as an <aside aria-label="About the author"> so screen-reader users can skip the block as a unit. Each link with an href is a real <a> with a :focus-visible accent ring. The avatar is aria-hidden and the meta footer uses tabular numerals. Avatar hover scale collapses under prefers-reduced-motion.