Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Reference for Nuxt UI v4 (125+ components built on Reka UI + Tailwind CSS v4) including forms, overlays, and theming.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
components/blog-posts.md
1# BlogPosts23Display a list of blog posts in a responsive grid layout.45## Key Props67- `posts`: as an array of objects with the properties of the [BlogPost](/docs/components/blog-post#props) component.8- `orientation`: to change the orientation of the BlogPosts.910## Usage1112```vue13<UBlogPosts14<!-- props here -->15/>16```17