mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-23 03:36:30 +10:00
508 B
508 B
order, title
| order | title | ||||
|---|---|---|---|---|---|
| 3 |
|
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);