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

13 lines
165 B
Markdown
Raw Normal View History

2016-05-25 18:21:27 +08:00
---
order: 0
title: 基本使用
---
基本使用。
````jsx
import { Input } from 'antd';
ReactDOM.render(<Input placeholder="基本使用" />, mountNode);
````