You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

347 B

order title
0 [{zh-CN 基本} {en-US Basic}]

zh-CN

最简单的用法,适用于简短的警告提示。

en-US

The simplest usage for short messages.

import { Alert } from 'antd';

ReactDOM.render(<Alert message="Success Text" type="success" />, mountNode);