README
antd-input-password
password input based on antd's Input.
install
npm i antd-input-password --save
Usage
import InputPassword from 'antd-input-password';
ReactDOM.render(
<InputPassword tooltip={{ ... }} />
, mountNode);
API
props
name | type | default | description |
---|---|---|---|
tooltip | Object | { show: '', hide: '' } | tooltip text on icon |
Development
npm install
npm run start
License
antd-input-password is released under the MIT license.