Basic checklist
ExampleRender the ready-made checklist with the default password rules.
Documentation
Install the component, choose the rules your product needs, and give users immediate feedback as they create a password.
Choose your preferred package manager and import the component into any React application.
Keep the password controlled by your form, then pass it to the checklist.
Each example below can be expanded to reveal a copyable implementation.
Render the ready-made checklist with the default password rules.
Add a match rule for signup and account recovery forms.
Compose the built-in validators with your own synchronous or async checks.
Use the validation hook when you need complete control over the markup.
Use the demo navigation to see length bounds, special characters, strength scoring, localization, RTL, async rules, and form integration in action.