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

21 lines
240 B
Markdown

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