mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +08:00
240 B
240 B
order | title | ||||
---|---|---|---|---|---|
0 |
|
zh-CN
基本使用。
en-US
Basic usage example
import { Input } from 'antd';
ReactDOM.render(<Input placeholder="基本使用" />, mountNode);