ant-design/components/statistic/index.zh-CN.md
偏右 882cec62d6
docs: 🌈 Add Components overview page (#24491)
* docs: Add components overview page

* fix detail

* remove ContributorsList form overview page

* fix components url

* improve code style

* remove extra file

* fix detail

* fix lint

* fix lint

* docs: Finish components overview page

* fix lint

* docs: Update cover

* fix lint

* update cover

* update menu

* improve overview page

* refactor code

* fix order

* update title

* add components count

* fix overview page ssr bug

* move less file

* update title margin

Co-authored-by: arvinxx <arvinx@foxmail.com>
2020-05-31 11:48:34 +08:00

1.8 KiB

category subtitle type title cover
Components 统计数值 数据展示 Statistic https://gw.alipayobjects.com/zos/antfincdn/rcBNhLBrKbE/Statistic.svg

展示统计数值。

何时使用

  • 当需要突出某个或某组数字时。
  • 当需要展示带描述的统计类数据时使用。

API

Statistic

参数 说明 类型 默认值 版本
decimalSeparator 设置小数点 string .
formatter 自定义数值展示 (value) => ReactNode -
groupSeparator 设置千分位标识符 string ,
precision 数值精度 number -
prefix 设置数值的前缀 string | ReactNode -
suffix 设置数值的后缀 string | ReactNode -
title 数值的标题 string | ReactNode -
value 数值内容 string | number -
valueStyle 设置数值的样式 CSSProperties -

Statistic.Countdown

参数 说明 类型 默认值 版本
format 格式化倒计时展示,参考 moment string 'HH:mm:ss'
onFinish 倒计时完成时触发 () => void -
prefix 设置数值的前缀 string | ReactNode -
suffix 设置数值的后缀 string | ReactNode -
title 数值的标题 string | ReactNode -
value 数值内容 number | moment -
valueStyle 设置数值的样式 CSSProperties -