Commmerce Docs

What it is

Same shape asbut scoped to a category or tag.

When to use

  • /blog/category/landing pages

Attributes

AttributeTypeDefaultDescription
data-categorystringCategory slug.
idstringUnique element identifier.
classstringCustom CSS class list.
hiddenbooleanfalseHide the element without removing it from the DOM.

Examples

Default

Posts in the "how-to" category.

<mmm-blog-category data-category="how-to"></mmm-blog-category>