mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-16 19:58:12 +00:00
364 B
364 B
order, title
| order | title | ||||
|---|---|---|---|---|---|
| 1 |
|
zh-CN
展示处理结果。
en-US
Show processing results.
import { Result, Button } from 'antd';
ReactDOM.render(
<Result
title="Your operation has been executed"
extra={
<Button type="primary" key="console">
Go Console
</Button>
}
/>,
mountNode,
);