mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
5a24beaf9f
* docs: clean up version info in 4.0 * docs: removed version column in 4.0
245 B
245 B
order | title | ||||
---|---|---|---|---|---|
10 |
|
zh-CN
密码框。
en-US
Input type of password.
import { Input } from 'antd';
ReactDOM.render(<Input.Password placeholder="input password" />, mountNode);