ant-design/components/input/demo/basic.md
2016-06-03 15:09:58 +08:00

13 lines
165 B
Markdown

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