# Metrics Strip

> Render a compact horizontal proof strip.

Canonical HTML: https://press.varavel.com/docs/shortcodes/metrics-strip/
Markdown: https://press.varavel.com/docs/shortcodes/metrics-strip/index.md

`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

```markdown
{{/* metrics_strip(label="Proof", stat_1_value="10k", stat_1_label="Downloads") */}}
```

## Live Example

{{ metrics_strip(
container="md",
label="Theme proof",
stat_1_value="24",
stat_1_label="New sections",
stat_2_value="4px",
stat_2_label="Spacing grid",
stat_3_value="64rem",
stat_3_label="Single breakpoint",
stat_4_value="0",
stat_4_label="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. |
