Browse Source

chore: 迁移 badge iconfont

pull/361/head
elrrrrrrr 9 years ago
parent
commit
7f701cc2b7
  1. 3
      components/badge/demo/dot.md

3
components/badge/demo/dot.md

@ -8,10 +8,11 @@
````jsx
var Badge = antd.Badge;
var Icon = antd.Icon;
React.render(<div>
<Badge dot={true}>
<i className="anticon anticon-notification"></i>
<Icon type="notification" />
</Badge>
<Badge dot={true}>
<a href="#">一个链接</a>

Loading…
Cancel
Save