basic.md 197 Bytes
Newer Older
sin's avatar
sin committed
1 2 3 4 5 6 7 8 9 10 11 12
---
order: 1
title: 通知图标
---

通常用在导航工具栏上。

````jsx
import NoticeIcon from 'ant-design-pro/lib/NoticeIcon';

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