You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
234 B

9 years ago
---
order: 0
title:
zh-CN: 基本使用
en-US: Basic usage
9 years ago
---
## zh-CN
9 years ago
基本使用。
## en-US
Basic usage example.
```jsx
9 years ago
import { Input } from 'antd';
ReactDOM.render(<Input placeholder="Basic usage" />, mountNode);
```