--- order: 0 title: zh-CN: 基本使用 en-US: Basic usage --- ## zh-CN 基本使用。 ## en-US Basic usage example. ````jsx import { Input } from 'antd'; ReactDOM.render(<Input placeholder="Basic usage" />, mountNode); ````