Files
ant-design/components/input/demo/basic.md
T

165 B

order, title
order title
0 基本使用

基本使用。

import { Input } from 'antd';

ReactDOM.render(<Input placeholder="基本使用" />, mountNode);