Password Strength Input
A production-scale, light + dark Password Strength Input component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add password-strength-inputUsage
import { PasswordStrengthInput } from "@lerpa/ui";
<PasswordStrengthInput />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| label | string | — | |
| accent | string | — | |
| minLength | number | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.