mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-08 04:18:23 +08:00
251 B
251 B
order | title | ||||
---|---|---|---|---|---|
10 |
|
zh-CN
密码框。
en-US
Input type of password.
import { Input } from 'antd';
ReactDOM.render(<Input.Password placeholder="input password" />, mountNode);