ant-design/components/alert/demo/basic.md
afc163 753c01ae18 ES6 syntax for demo code
fix antd.notification
2015-10-28 20:55:49 +08:00

259 B

基本

  • order: 0

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


import { Alert } from 'antd';

ReactDOM.render(<Alert message="成功提示的文案" type="success" />
, document.getElementById('components-alert-demo-basic'));