Carregando…
Carregando…
Carregando…Visual strength meter with rule checklist for password validation.
Demo coming soon
Add a demo component to DEMOS in _showcase.tsx for display/password-strength
$ npx kikitocn add password-strengthimport { PasswordStrength } from "@/components/ui/cn/password-strength/PasswordStrength";
export function PasswordStrengthExample() {
return (
<PasswordStrength />
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
value* | string | — | Senha a avaliar |
showRules | boolean | true | Exibir checklist de regras |
className | string | — | Classes CSS extras |