mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-13 14:56:27 +10:00
165 B
165 B
order, title
| order | title |
|---|---|
| 0 | 基本使用 |
基本使用。
import { Input } from 'antd';
ReactDOM.render(<Input placeholder="基本使用" />, mountNode);