antd-input-password

password input based on antd's Input.

Usage no npm install needed!

<script type="module">
  import antdInputPassword from 'https://cdn.skypack.dev/antd-input-password';
</script>

README

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.