ant-design-vue/components/badge/index.en_US.md
果冻橙 f265a7bb02
fix docs dark theme & add docs coverDark (#6367)
* fix docs dark theme & add docs coverDark

* fix theme Editor edit
2023-03-20 11:15:02 +08:00

1.8 KiB

category type title cover coverDark
Components Data Display Badge https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*e0qITYqF394AAAAAAAAAAAAADrJ8AQ/original https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*v8EQT7KoGbcAAAAAAAAAAAAADrJ8AQ/original

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

<a-badge :count="5">
  <a href="#" class="head-example" />
</a-badge>
<a-badge :count="5" />

Badge

Property Description Type Default Version
color Customize Badge dot color string - 1.5.0
count Number to show in badge number|string | slot
dot Whether to display a red dot instead of count boolean false
offset set offset of the badge dot, like [x, y] [number|string, number|string] -
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 ''
numberStyle sets the display style of the status dot object ''
title Text to show when hovering over the badge string count

Badge.Ribbon (2.0.1+)

Property Description Type Default Version
color Customize Ribbon color string -
placement The placement of the Ribbon, start and end follow text direction (RTL or LTR) start | end end
text Content inside the Ribbon string | VNode | slot -