basic.md 194 Bytes
Newer Older
1 2 3 4 5 6 7 8
---
order: 1
title: 通知图标
---

通常用在全局导航上。

````jsx
nikogu's avatar
nikogu committed
9
import NoticeIcon from 'ant-design-pro/lib/NoticeIcon';
10 11 12

ReactDOM.render(<NoticeIcon count={5} />, mountNode);
````