Files
ant-design/components/input/demo/basic.md
T
2016-09-11 21:22:53 +08:00

239 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="Basic usage" />, mountNode);