Skip to content

vickyhoo/antd-input-password

Repository files navigation

antd-input-password


password input based on antd's Input.

NPM version npm download

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.

Releases

No releases published

Packages

No packages published