Components
Loading preview...
A secure password input component with strength indicator, visibility toggle, and real-time validation requirements. Features - Password Validation - Strength indicator - Visual requirements checklist - Real-time validation - Custom requirements - Visual Feedback - Strength progress bar - Requirement status icons - Show/hide password toggle - Dark mode support
@kokonutd
npx shadcn@latest add https://21st.dev/r/kokonutd/password-inputimport { PasswordInput } from "@/components/ui/password-input";
function PasswordInputDemo() {
return (
<div className="block">
<PasswordInput />
</div>
);
}
export { PasswordInputDemo };