01
Overview
Renders a marketing blog section with post cards, metadata, and author attribution.
Usage
02
When to use
Use when
- Showing recent posts or resources on a landing page.
- Building a featured-articles grid with author and publish metadata.
Avoid when
- Rendering partner logos or brand marks only. Use Logo cloud instead
- Presenting customer testimonials in quote format. Use Testimonial section instead
03
Examples
BlogSection
BlogSection showing recent articles with category, excerpt, and author attribution.
04
Props
| Name | Type | Default | Required | Bindable | Description |
|---|---|---|---|---|---|
as | 'section' | 'div' | 'section' | Wrapper element tag. | ||
title | text | Optional section heading text. | |||
description | text | Optional section description text. | |||
posts | BlogSectionPost[] | req | Posts to render in the section. | ||
columns | 1 | 2 | 3 | 3 | Grid column count. | ||
maxWidth | 'prose' | 'narrow' | 'wide' | 'full' | 'wide' | Max width token forwarded to Container. |