ant-design/components/input/demo/basic.md
2016-08-22 10:27:43 +08:00

240 B

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);