mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
c93bd326f4
* docs(update): removed 3.x version description in 4.0-prepare ref #19815 * docs(update): update docs remove carousel/index.zh-CN.md empty version column * docs(update): update docs remove carousel/index.en-US.md empty version column
1.8 KiB
1.8 KiB
category | type | title |
---|---|---|
Components | Data Display | Statistic |
Display statistic number.
When To Use
- When want to highlight some data.
- When want to display statistic data with description.
API
Statistic
Property | Description | Type | Default | Version |
---|---|---|---|---|
decimalSeparator | decimal separator | string | . | |
formatter | customize value display logic | (value) => ReactNode | - | |
groupSeparator | group separator | string | , | |
precision | precision of input value | number | - | |
prefix | prefix node of value | string | ReactNode | - | |
suffix | suffix node of value | string | ReactNode | - | |
title | Display title | string | ReactNode | - | |
value | Display value | string | number | - | |
valueStyle | Set value css style | style | - |
Statistic.Countdown
Property | Description | Type | Default | Version |
---|---|---|---|---|
format | Format as moment | string | 'HH:mm:ss' | |
onFinish | Trigger when time's up | () => void | - | |
prefix | prefix node of value | string | ReactNode | - | |
suffix | suffix node of value | string | ReactNode | - | |
title | Display title | string | ReactNode | - | |
value | Set target countdown time | number | moment | - | |
valueStyle | Set value css style | style | - |