Statistic

Atom

Bare KPI number with label, no card chrome — see StatCard for the card-wrapped sibling. Supports numeric `precision`, HTML `prefix`/`suffix`, an up/down `trend` indicator, and a pulsing skeleton via `loading`.

Basic + trend

Preview
Active users
8420
Revenue
$ 128400.00 +12.4%
Churn rate
3.1 % -0.6%
Code
<%- include('modules/ui/Statistic', {
  label: 'Revenue',
  value: 128400,
  precision: 2,
  prefix: '$',
  trend: 'up',
  trendValue: '+12.4%',
}) %>

Loading

Preview
Active users Loading Active users
Revenue Loading Revenue
Code
<%- include('modules/ui/Statistic', {
  label: 'Active users',
  loading: true,
}) %>
Source modules/ui/Statistic.ejs