Skip to main content

Blog Post

The blog post component is used to display a blog post.

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.