ant-design/components/badge/index.en-US.md
xrkffgg 955fa520f1
fix: badge offset in rtl (#24724)
* fix: badge offset in rtl

* fix: update snap

* add test

* fix: offset

* fix: snap
2020-06-06 13:20:09 +08:00

1.1 KiB

category type title cover
Components Data Display Badge https://gw.alipayobjects.com/zos/antfincdn/6%26GF9WHwvY/Badge.svg

Small numerical value or status descriptor for UI elements.

When To Use

Badge normally appears in proximity to notifications or user avatars with eye-catching appeal, typically displaying unread messages count.

API

Property Description Type Default Version
color Customize Badge dot color string -
count Number to show in badge ReactNode
dot Whether to display a red dot instead of count boolean false
offset set offset of the badge dot [number, number] -
overflowCount Max count to show number 99
showZero Whether to show badge when count is zero boolean false
status Set Badge as a status dot success | processing | default | error | warning ''
text If status is set, text sets the display text of the status dot string ''
title Text to show when hovering over the badge string count