mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
21 lines
240 B
Markdown
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="Basic usage" />, mountNode);
|
|
````
|