Skip to main content

Blog Post Card

The blog post card component is used to display a blog post in a card format.

Example banner

Usageโ€‹

<x-blog.post :post="$post" />

The blog post component accepts the following attributes:

  • post - the post object (entity). This is used to display the post content.