Docs
Password Input

Password Input

A password input component allows users to securely enter their passwords by masking the characters they type. It often includes features like password visibility toggles and strength indicators for enhanced user experience.

Installation

yarn add @camped-ui/password-input

Usage

import { PasswordInput } from "@camped-ui/password-input";
<PasswordInput placeholder="********" />

Examples

Default