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.

30 lines
388 B

# 讨嫌的小红点
- order: 3
没有具体的数字。
---
````jsx
import { Badge, Icon } from 'antd';
9 years ago
ReactDOM.render(<div>
<Badge dot>
<Icon type="notification" />
</Badge>
<Badge dot>
<a href="#">一个链接</a>
</Badge>
</div>, mountNode);
````
<style>
.anticon-notification {
width: 16px;
height: 16px;
line-height: 16px;
font-size: 16px;
}
</style>