Password Input

Buttons

Password input with animated show/hide toggle using SVG eye icons, AnimatePresence transitions, three sizes (sm/md/lg), and focus border animation.

Loading preview...
Customize
Size:
Placeholder

Props

PropTypeDefaultDescription
valuestringCurrent password value.
onChange(value: string) => voidCallback when value changes.
placeholderstring'Enter password'Placeholder text.
size'sm' | 'md' | 'lg''md'Input size.
classNamestring''Additional CSS classes.