Article Card

About this component

Article Card

An article card with cover image, category chip, excerpt, and author row for blog and news grids.

Usage

The import and the props worth knowing about, in one place.

import { Card5 } from "@/components/beste/component/card5";

// The whole card becomes a link when href is set.
<Card5
  src="/blog/registry-cover.jpg"
  category="Engineering"
  title="Shipping faster with a component registry"
  excerpt="How we cut landing page build time from days to hours."
  authorName="Selin Aksoy"
  authorSrc="/avatars/selin.jpg"
  date="Jun 12, 2026"
  readTime="6 min read"
  href="/blog/component-registry"
/>

<Card5
  src="/blog/design-tokens.jpg"
  category="Design"
  title="Design tokens that survive a rebrand"
  authorName="Mert Aydin"
  date="May 28, 2026"
  tone="foreground"   // category chip: "primary" (default) | "foreground"
/>

Playground

Turn the props on the right; the snippet under them is what you would write to get what you see.

Usage
import { Card5 } from "@/components/beste/component/card5";

<Card5
  src="https://images.unsplash.com/photo-1781902834597-25a42a64b3c9?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
  category="Engineering"
  title="Shipping faster with a component registry"
  excerpt="How we cut landing page build time from days to hours by treating sections as installable units."
  authorName="Jane Posford"
  authorSrc="https://i.pravatar.cc/64?img=26"
  date="Jun 12, 2026"
  readTime="6 min read"
  href="#"
/>

Keyboard and gestures

Every one of these is in the component already. They are listed because a props table cannot mention a gesture, so nothing else on this page can tell you they exist.

HoverThe card lifts and the image scales inside its frame; `motion-reduce` turns the movement off.

Props

Read from the component's own type, so this cannot drift from what it accepts.

PropTypeDefaultDescription
src*stringCover image URL
categorystringCategory chip above the title
title*stringArticle title
excerptstringShort excerpt under the title
authorName*stringAuthor name
authorSrcstringAuthor avatar URL. Falls back to an initial circle when omitted
date*stringPublish date (e.g. "Jun 12, 2026")
readTimestringRead time (e.g. "6 min read")
hrefstringIf set, the whole card links to this href
tone"primary" | "foreground"Category chip color
classNamestringAdditional classes merged onto the root

More Card components

View all Card
We rebuilt our marketing site in a weekend. The blocks are clean, accessible, and the code reads like we wrote it ourselves.
Mary PollockFounder, Nordwind

Testimonial Card

A testimonial card with star rating, quote, and author row for reviews and social proof sections.

Portfolio Card

A portfolio card with a full bleed image, hover zoom, and gradient title overlay for work showcases.

Photo Stack Card

A photo stack card whose tucked prints fan out on hover for albums, galleries, and case studies.

Beste StudioThe Component HandbookSecond edition

Book Cover Card

A 3D book cover card that swings open on hover to reveal page edges for ebooks, guides, and lead magnets.

Night Shippers

312 members

By Deniz

Community Card

A compact community card with thumbnail, member count, and organizer row for directories and group lists.

Wish you were here. The water is unreal and the studio ideas keep coming.

With love, Selin

Alacati, TR

The Beste team

Postcard

A postcard back with a serif message, dashed stamp, postmark, and address lines for personal storytelling sections.