mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 05:29:37 +08:00
231 B
231 B
order | title |
---|---|
2 | 前置/后置标签 |
用于配置一些固定组合。
import { Input } from 'antd';
ReactDOM.render(
<Input addonBefore="Http://" addonAfter=".com" defaultValue="mysite" />
, mountNode);