Web Components · Blogs
<mmm-blog-details>
Individual blog post layout with rich text and media.
What it is
The full post page — hero image, title, author, body, related posts, and share.
When to use
- /blog/
post pages
Attributes
AttributeTypeDefaultDescription
data-post-idstring—Blog post slug or numeric ID.idstring—Unique element identifier.classstring—Custom CSS class list.hiddenbooleanfalseHide the element without removing it from the DOM.Examples
Default
Full post layout.
<mmm-blog-details data-post-id="welcome-spring"></mmm-blog-details>