0.3.0 • Published 6 years ago

antd-input-password v0.3.0

Weekly downloads
13
License
MIT
Repository
github
Last release
6 years ago

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

Development

npm install
npm run start

License

antd-input-password is released under the MIT license.