CARDS & DECORATION
ArticleCard
Neutral content card capped at 420px wide. Memphis frame, optional eyebrow label, display-font title, and a relaxed-leading body.
Import
Live preview
REGOLA
Use semantic tokens, not raw scales
Always reach for bg-card rather than bg-paper-100 in product code.
Raw scales are private and can change between releases.
Props
ArticleCard props
| Prop | Type | Default | Description |
|---|---|---|---|
| label | string | — | Optional mono uppercase eyebrow. |
| title* | string | — | Display-font headline. |
| children* | ReactNode | — | Body content. Multi-paragraph allowed. |
Accessibility
- Renders as a
<div>; wrap with<article>or setrole="article"when used as a standalone reading unit. All standardaria-*props pass through. - The eyebrow label is decorative. If it adds semantic context (e.g. "BREAKING"), promote it to a heading or set
aria-labelon the article.