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

21 lines
243 B
Markdown
Raw Normal View History

2016-05-25 18:21:27 +08:00
---
order: 0
title:
2016-08-22 10:27:43 +08:00
zh-CN: 基本使用
en-US: Basic usage
2016-05-25 18:21:27 +08:00
---
## zh-CN
2016-05-25 18:21:27 +08:00
基本使用。
## en-US
Basic usage example
2017-01-19 15:19:03 +08:00
````__react
2016-05-25 18:21:27 +08:00
import { Input } from 'antd';
ReactDOM.render(<Input placeholder="Basic usage" />, mountNode);
2016-05-25 18:21:27 +08:00
````