mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-16 03:18:11 +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);