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.
 
 

450 B

讨嫌的小红点

  • order: 3

没有具体的数字。


var Badge = antd.Badge;

React.render(<div>
  <Badge dot={true}>
    <i className="anticon anticon-notification"></i>
  </Badge>
  <Badge dot={true}>
    <a href="#">一个链接</a>
  </Badge>
</div>, document.getElementById('components-badge-demo-dot'));