Statistic

Display statistic number.
Importimport{ Statistic }from"antd";

When To Use

  • When want to highlight some data.
  • When want to display statistic data with description.

Examples

Active Users
112,893
Account Balance (CNY)
112,893.00
Active Users

Simplest Usage.

CodeSandbox Icon
codepen icon
External Link Icon
expand codeexpand code
Active Users
Account Balance (CNY)

Animated number with react-countup.

CodeSandbox Icon
codepen icon
External Link Icon
expand codeexpand code
Countdown
48:00:29
Million Seconds
48:00:29:992
Day Level
2 天 0 时 0 分 29 秒
Countdown
00:00:09

Countdown component.

CodeSandbox Icon
codepen icon
External Link Icon
expand codeexpand code
Feedback
1,128
Unmerged
93/ 100

Add unit through prefix and suffix.

CodeSandbox Icon
codepen icon
External Link Icon
expand codeexpand code
Active
11.28%
Idle
9.30%

Display statistic data in Card.

CodeSandbox Icon
codepen icon
External Link Icon
expand codeexpand code

API

Common props ref:Common props

Statistic

PropertyDescriptionTypeDefaultVersion
decimalSeparatorThe decimal separatorstring.
formatterCustomize value display logic(value) => ReactNode-
groupSeparatorGroup separatorstring,
loadingLoading status of Statisticbooleanfalse4.8.0
precisionThe precision of input valuenumber-
prefixThe prefix node of valueReactNode-
suffixThe suffix node of valueReactNode-
titleDisplay titleReactNode-
valueDisplay valuestring | number-
valueStyleSet value section styleCSSProperties-

Statistic.Countdown

PropertyDescriptionTypeDefaultVersion
formatFormat as dayjsstringHH:mm:ss
prefixThe prefix node of valueReactNode-
suffixThe suffix node of valueReactNode-
titleDisplay titleReactNode-
valueSet target countdown timenumber-
valueStyleSet value section styleCSSProperties-
onFinishTrigger when time's up() => void-
onChangeTrigger when time's changing(value: number) => void-4.16.0

Design Token

Component TokenHow to use?
Token NameDescriptionTypeDefault Value
contentFontSizeContent font sizenumber24
titleFontSizeTitle font sizenumber14
Global TokenHow to use?