mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-16 03:18:11 +00:00
408 B
408 B
order, title
| order | title | ||||
|---|---|---|---|---|---|
| 2 |
|
zh-CN
警告类型的结果。
en-US
The result of the warning.
import { Result, Button } from 'antd';
ReactDOM.render(
<Result
status="warning"
title="There are some problems with your operation."
extra={
<Button type="primary" key="console">
Go Console
</Button>
}
/>,
mountNode,
);