ProseBlogCard

components/prose/BlogCard.vue

Blog post link card with title, description, and author byline. Links to /blog/{slug}.

Usage

<ProseBlogCard :post = "—" :author = "author" />

Props

PropTypeDefaultDescription
postObjectPost object with title, description, date, author, slug (required)
authorObjectnullPerson object for author resolution

Related