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

21 lines
239 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
2016-05-25 18:21:27 +08:00
````jsx
import { Input } from 'antd';
ReactDOM.render(<Input placeholder="Basic usage" />, mountNode);
2016-05-25 18:21:27 +08:00
````