mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
297 B
297 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);