Password Field Input
Free Inputs React component — PasswordFieldInput. MIT licensed, copy-paste ready for Next.js and Tailwind CSS.
Password input with show/hide toggle, hint text, and error state. Keeps autocomplete defaults and accessible visibility control.
Preview
Use at least 8 characters with a number and symbol.
Setup
How to use
Free for personal and commercial use. No UI attribution required. Include the MIT copyright notice when copying component source into your project. Read the MIT license.
- 1
Run in your terminal:
$npm install clsx tailwind-merge lucide-react - 2
Copy
lib/cn.tsbelow. Skip if you already havecn(). - 3
Copy the code below and create
components/inputs/password-field-input.tsxin your project. - 4
Import and render:
Exampleimport { PasswordFieldInput } from "@/components/inputs/password-field-input";
lib/cn.ts
import { cn } from '@/lib/cn';// Full source is available in the repository checkout.
components/inputs/password-field-input.tsx
// Full source: components/components/inputs/password-field-input.tsx// The Cloudflare worker does not expose the source tree at request time.