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

240 B

order, title
order title
0
zh-CN en-US
基本使用 Basic usage

zh-CN

基本使用。

en-US

Basic usage example

import { Input } from 'antd';

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