mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 13:47:02 +08:00
13 lines
165 B
Markdown
13 lines
165 B
Markdown
|
---
|
||
|
order: 0
|
||
|
title: 基本使用
|
||
|
---
|
||
|
|
||
|
基本使用。
|
||
|
|
||
|
````jsx
|
||
|
import { Input } from 'antd';
|
||
|
|
||
|
ReactDOM.render(<Input placeholder="基本使用" />, mountNode);
|
||
|
````
|