Value

A single value rendered inline — handy for weaving a number into a sentence. Reads column from a row (default 0).

We have shipped <Value data={downloads_total} column="downloads" suffix=" downloads" /> so far.

We have shipped across .

format= applies number/currency/percent formatting inline — e.g. thousands separators: we have downloads.

Attribute Purpose
data Required. The query to read.
column Which column to display.
row Row index (default 0).
prefix/suffix Text around the value.
format · currency · decimals · locale Number/date formatting — see Formatting.

For a large standalone KPI card, use Counter.

Generated