You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

508 B

order title
3 [{zh-CN 讨嫌的小红点} {en-US Red badge}]

zh-CN

没有具体的数字。

en-US

This will simply display a red badge, without a specific count.

import { Badge, Icon } from 'antd';

ReactDOM.render(<div>
  <Badge dot>
    <Icon type="notification" />
  </Badge>
  <Badge dot>
    <a href="#">Link something</a>
  </Badge>
</div>, mountNode);