You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design/components/input/demo/basic.md

21 lines
240 B
Markdown

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