mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-17 23:50:52 +08:00
239 B
239 B
order | title | ||||
---|---|---|---|---|---|
0 |
|
zh-CN
基本使用。
en-US
Basic usage example
import { Input } from 'antd';
ReactDOM.render(<Input placeholder="Basic usage" />, mountNode);