mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-15 18:58:11 +00:00
250 B
250 B
order, title
| order | title | ||||
|---|---|---|---|---|---|
| 5 |
|
zh-CN
用于多行输入。
en-US
For multi-line input.
import { Input } from 'antd';
const { TextArea } = Input;
ReactDOM.render(<TextArea rows={4} />, mountNode);