mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-09 12:56:01 +10:00
240 B
240 B
order, title
| order | title | ||||
|---|---|---|---|---|---|
| 0 |
|
zh-CN
基本使用。
en-US
Basic usage example.
import { Input } from 'antd';
ReactDOM.render(<Input placeholder="Basic usage" />, mountNode);