# 基本 - order: 0 最简单的用法,适用于简短的警告提示。 --- ````jsx var Alert = antd.Alert; React.render( , document.getElementById('components-alert-demo-basic')); ````