Files
ant-design/components/alert/demo/basic.md
T

353 B

order, title
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);
<style> .ant-alert { margin-bottom: 16px; } </style>