StrongPassword Entropy Primitive
v1.0.0Shows password strength as the user types.
Interactive Implementation
Type a password to see the strength meter.
PASSED_CRITERIA_NODES:0 / 5
VALIDATION_STATUS:FAILED_RISK_THRESHOLD
Properties API
All available props for this component.
Property | Type | Default | Description |
|---|---|---|---|
| value | string | required | Controlled input string value monitoring active buffer parameters directly. |
| onChange | (value: string) => void | required | State handler updating the bound token value with each user keystroke. |
| requirements | ValidationRequirement[] | defaultRequirements | Custom logic mapping object matrix defining password test rules. |
| onStrengthChange | (score: number, valid: boolean) => void | undefined | Callback firing real-time score statistics and readiness verification states. |
| showRequirementsPanel | boolean | true | Toggles whether to drop down the checklist criteria container block layout on focus elements. |