ant-design/components/badge/index.en-US.md
2016-07-11 11:45:42 +08:00

749 B

category type english
Components Views Badge

Small numerical value or status descriptors for UI elements.

When to use

Badge normally appears in proximity to notification or head picture with eye-catching appeal, typically displaying unread messages count.

API

<Badge count={5}>
  <a href="#" className="head-example"></a>
</Badge>
<Badge count={5} />
Property Description Type Default
count Number to show in badge Number
overflowCount Max count to show Number 99
dot whether to show red dot without number Boolean false