nuxt-x-blog
PostCard
Blog post preview card with image, title, date, tags, and reading time.
PostCard
The XBLPostCard component renders a single blog post preview — cover image, title, description excerpt, date, tags, and reading time. Used inside XBLPostList and wherever individual post teasers are needed.
Components
<XBLPostCard />
Renders a clickable card linking to the full post. Respects the xBlog app config for showAuthor, showReadingTime, and showTags.
<XBLPostCard :post="post" />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
post | BlogPost | required | Post object from useBlog() |
AI Context
component: XBLPostCard
package: "@xenterprises/nuxt-x-blog"
use-when: Displaying a single blog post preview card in a list or grid
