BlogPosts
Display a list of blog posts in a responsive grid layout.
Key Props
posts: as an array of objects with the properties of the BlogPost component.orientation: to change the orientation of the BlogPosts.
Usage
<UBlogPosts
<!-- props here -->
/>