# Input 输入框 - order: 0 我们为 `` 输入框定义了三种尺寸(大、默认、小),具体使用详见 [API](/components/form/#input)。 注意: 在表单里面,我们只使用**大尺寸**, 即高度为 **32px**,作为唯一的尺寸。 --- ````jsx import {Row, Col, Input} from 'antd'; const InputGroup = Input.Group; ReactDOM.render( , mountNode); ````