Metrics Strip
metrics_strip renders a dense row of statistics for mid-page proof without a full section header.
When to Use
Use it between landing sections when visitors need a quick confidence boost.
Usage
{{ metrics_strip(label="Proof", stat_1_value="10k", stat_1_label="Downloads") }}Live Example
Theme proof
24
New sections
4px
Spacing grid
64rem
Single breakpoint
0
Heavy effects
Parameters
| Parameter | Description |
|---|---|
container | Inner content width. |
label | Optional leading label. |
stat_N_value | Statistic value, up to 4. |
stat_N_label | Statistic label. |
bg | Full-width section background token. |
class | Additional CSS classes on the outer section. |