mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-17 00:36:17 +10:00
463 B
463 B
order, title
| order | title | ||||
|---|---|---|---|---|---|
| 0 |
|
zh-CN
简单的徽章展示。
en-US
Simplest Usage.
import { Badge } from 'antd';
ReactDOM.render(
<Badge count={5}>
<a href="#" className="head-example" />
</Badge>
, mountNode);