mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +08:00
753c01ae18
fix antd.notification
445 B
445 B
讨嫌的小红点
- order: 3
没有具体的数字。
import { Badge, Icon } from 'antd';
ReactDOM.render(<div>
<Badge dot={true}>
<Icon type="notification" />
</Badge>
<Badge dot={true}>
<a href="#">一个链接</a>
</Badge>
</div>, document.getElementById('components-badge-demo-dot'));