mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
291 B
291 B
order | title | ||||
---|---|---|---|---|---|
10 |
|
zh-CN
密码框,版本 3.12.0 中新增。
en-US
Input type of password and added in 3.12.0.
import { Input } from 'antd';
ReactDOM.render(<Input.Password placeholder="input password" />, mountNode);