# 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](/docs/components/blog-post#props) component. - `orientation`: to change the orientation of the BlogPosts. ## Usage ```vue /> ```