Stats Grid
stats_grid renders key numbers with labels and optional descriptions.
When to Use
Use it when numbers provide real proof: performance, adoption, reliability, coverage, or time saved. Avoid vanity metrics that do not help the visitor decide.
Usage
{{ stats_grid(
stat_1_value="10x",
stat_1_label="Faster launches"
) }}Live Example
Built for static speed
0
runtime server
20
shortcodes
1
breakpoint
Parameters
| Parameter | Description |
|---|---|
container | Inner content width for the stats section. |
eyebrow | Small uppercase label above the heading. |
title | Section heading. |
description | Supporting copy below the heading. |
columns | Desktop column count. Use 2, 3, or 4. |
stat_N_value | Main numeric value for stat N. |
stat_N_label | Label for stat N. |
stat_N_desc | Optional description for stat N. |
bg | Full-width section background token. |
class | Additional CSS classes on the outer section. |