@hawk-ui/password-strength

4.4.4 • Public • Published

Installation

To install a component run

$ npm install @hawk-ui/password-strength --save

Please import CSS styles via

@import '/path__to__node_modules/@hawk-ui/password-strength/dist/index.min.css

Usage

Password Strength

Demo

import PasswordStrength from '@hawk-ui/password-strength';
initialState = {
  password: ''
};

<div>
  <input
    type="password"
    className="hawk-input"
    placeholder="Enter a password"
    value={state.password}
    onChange={(event) => {
      setState({ password: event.target.value });
    }}
  />

  <PasswordStrength
    value={state.password}
  />
</div>

Package Sidebar

Install

npm i @hawk-ui/password-strength

Weekly Downloads

0

Version

4.4.4

License

MIT

Unpacked Size

26.7 kB

Total Files

9

Last publish

Collaborators

  • saurabh2112