mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-01 13:40:41 +00:00
234 B
234 B
order, title
| order | title | ||||
|---|---|---|---|---|---|
| 0 |
|
zh-CN
基本使用。
en-US
Basic usage example.
import { Input } from 'antd';
ReactDOM.render(<Input placeholder="Basic usage" />, mountNode);