mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-19 00:41:03 +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);