Feature Matrix
feature_matrix creates a horizontally scrollable matrix for tiers, editions, or implementation paths.
When to Use
Use it when users need to compare multiple structured values across the same feature rows.
Usage
{{ feature_matrix(title="Matrix", col_1="Starter", col_2="Pro", row_1_feature="Sections") }}Live Example
Capability matrix
| Feature | Starter | Pro | Enterprise |
|---|---|---|---|
| Landing sections | Core | Extended | Custom |
| Support | Docs | Priority | Dedicated |
| Branding | Theme tokens | Advanced | Governed |
Parameters
| Parameter | Description |
|---|---|
container | Inner content width. |
eyebrow | Small uppercase label above the heading. |
title | Section heading. |
description | Supporting copy. |
col_1..3 | Matrix column labels. |
row_N_feature | Feature label, up to 6 rows. |
row_N_col_N | Row value for each column. |
bg | Full-width section background token. |
class | Additional CSS classes on the outer section. |