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

ParameterDescription
containerInner content width for the stats section.
eyebrowSmall uppercase label above the heading.
titleSection heading.
descriptionSupporting copy below the heading.
columnsDesktop column count. Use 2, 3, or 4.
stat_N_valueMain numeric value for stat N.
stat_N_labelLabel for stat N.
stat_N_descOptional description for stat N.
bgFull-width section background token.
classAdditional CSS classes on the outer section.